[Support request] Styling Yoast Breadcrumbs in GP

Home Forums Support [Support request] Styling Yoast Breadcrumbs in GP

Home Forums Support Styling Yoast Breadcrumbs in GP

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1628133
    Ben

    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

    #1628142
    Leo
    Staff
    Customer Support

    Hi Ben,

    That code should work.

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

    Can you confirm?

    #1628229
    Ben
    #1628293
    Leo
    Staff
    Customer Support

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

    Make sure to click the code button.

    #1628972
    Ben

    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;
    }

    #1628983
    David
    Staff
    Customer Support

    Hi there,

    edit the header element and wrap the shortcode like so:

    <div id="breadcrumbs">
        Shortcode here
    </div>
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.