STYLE update body class in header.php to include 'is-website-carhop' for enhanced styling
This commit is contained in:
parent
706927d681
commit
03293bef37
|
|
@ -10,7 +10,7 @@
|
||||||
<?php wp_head(); ?>
|
<?php wp_head(); ?>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body <?php body_class("front-end"); ?>>
|
<body <?php body_class("front-end is-website-carhop"); ?>>
|
||||||
<?php
|
<?php
|
||||||
do_action('tailpress_site_before');
|
do_action('tailpress_site_before');
|
||||||
global $post;
|
global $post;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user