Site logo

Archived topic

Styling Yoast Breadcrumbs in GP

5 replies · Started by Ben on January 21, 2021

Viewing posts 1–6 of 6

Hey guys,

Is there a way to chage the font size and colour of Yoast breadcrumbs in GP?

I've tried the following CSS but it didn't work;

#breadcrumbs {
font-size: 14px;
padding-bottom: 15px;
}

I appreciate it's not your plugin but just wondered if you guys had a fix.

Thanks

Ben

Hi Ben,

That code should work.

I can't find any breadcrumbs on the linked page.

Can you confirm?

Can you copy and paste the breadcrumb code you are adding in the page hero here?

Make sure to click the code button.

Yeah I'm using the shortcode:

[wpseo_breadcrumb]

Then I've added the following CSS to the additional CSS panel:

/**Breadcrumbs**/
#breadcrumbs {
font-size: 14px;
padding-bottom: 15px;
}

Hi there,

edit the header element and wrap the shortcode like so:

<div id="breadcrumbs">
    Shortcode here
</div>
This archived topic is closed to new replies.