Hi GP Team,
I’m using Yoast SEO breadcrumbs integrated with GP. It works but…
The home page + category pages in breadcrumbs are in blue (as all links globally) and active posts are in black.
How can I modify breadcrumbs color and keep links in posts in blue?
I manage my breadcrumbs with the below CSS:
#breadcrumbs {
font-size: 12px;
padding: 10px 10px 10px;
color: #0a0a0a /*this line changed only a part of breadcrumbs showing an active post*/
}
image
Question about position. How Can I put post breadcrumbs below the H1 title or below meta?
I’m using the below header element:
<h1>
{{post_title}}
</h1>
<p>
{{post_date}} | {{post_terms.category}}
</p>
image 2
Regards,
Tomasz