STYLE update body class in header.php to include 'is-website-carhop' for enhanced styling

This commit is contained in:
Antoine M 2025-11-25 15:13:24 +01:00
parent 706927d681
commit 03293bef37

View File

@ -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;