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(); ?>
|
||||
</head>
|
||||
|
||||
<body <?php body_class("front-end"); ?>>
|
||||
<body <?php body_class("front-end is-website-carhop"); ?>>
|
||||
<?php
|
||||
do_action('tailpress_site_before');
|
||||
global $post;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user