Site logo

Archived topic

style Yoast breadcrumbs

9 replies · Started by Femke on October 20, 2019

Viewing posts 1–10 of 10

Hi,

I’d like to style the Yoast breadcrumbs but I cant get it to work. I tried some css found on this forum and placed it in the customizer>additional css that didnt work, then i tried Simple Css plugin, pasted it in there but no changes. Am I doing something wrong?

I added the yoast breadcrumbs shortcode in the hook element. I have them showing in the right place on my site now but cant get any styling to them.

ok i tried that but also doesnt make any difference ?

Can you try wrapping the shortcode like this and let me have another look?

<div class="yoast-breadcrumbs">
 [Short code here]
</div>

ok i have pasted this in the element hook now. thanks for checking

Hi there,

you can now target the yoast-breadcrumbs selector to style eg.

.yoast-breadcrumbs {
/* Styles here */
}

@david and @leo - thanks guys! This helped a lot.

Glad to hear :)

This archived topic is closed to new replies.