Hello,
I’ve removed the top bar from visually appealing on pages that are not the home page, however, the heading tags are still showing on other pages (when using a htag checker).
How can i prevent this?
Thanks,
jack
Hello,
I’ve removed the top bar from visually appealing on pages that are not the home page, however, the heading tags are still showing on other pages (when using a htag checker).
How can i prevent this?
Thanks,
jack
I’ve managed to fix it
X: _topbar.php (framework/legacy/cranium/headers/views/global/_topbar.php)
then add - <?php if ( is_home() && x_get_option( 'x_topbar_display' ) == '1' ) : ?>
Thanks anyway!
Hi Jack,
Glad to hear you got it sorted. Also, kindly make sure that you override the theme files through the child theme so that you will not lose the customization after updating the theme.
https://theme.co/apex/child-themes
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.