Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Breadcrumbs showing as h1 instead of px size

Home / Forums / Virtue Theme / Breadcrumbs showing as h1 instead of px size

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
January 17, 2015 at 11:26 pm

Hello.

I changed from Breadcrumbs NAvtx to virtue breadcrumbs (deactivating the 1st one). But now they show very big and mixed with the page title, if you pay attention, they start small and then they grow as H1 in a second, this is an example page:

I also added this to my CSS:

#kadbreadcrumbs {
font-size: 12px;
}

My page-header.php in the theme looks like this:

<div class="page-header">
<h1>
<?php echo kadence_title(); ?>
<?php if(kadence_display_page_breadcrumbs()) { kadence_breadcrumbs(); } ?>
</h1>
<?php global $post;
if(is_page()) {$bsub = get_post_meta( $post->ID, '_kad_subtitle', true ); if(!empty($bsub)) echo '<p class="subtitle"> '.__($bsub).' </p>'; }
else if(is_category()) { echo '<p class="subtitle">'.__(category_description()).' </p>';}
?>
</div>

Where could be the error?

  • The forum ‘Virtue Theme’ is closed to new topics and replies.