Site logo

[Resolved] Custom breadcrumbs colour and font size

Home Forums Support [Resolved] Custom breadcrumbs colour and font size

Home Forums Support Custom breadcrumbs colour and font size

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1574098
    Benigno

    Hi there,

    I’m using GP Premium and Yoast SEO (hook) and need to know how I can change the colour and font size of the breadcrumbs so they can be in tune with the web design.

    Thanks in advance.

    #1574216
    David
    Staff
    Customer Support

    Hi there,

    can yo share a link to your site so i can take a look?

    #1574233
    Benigno

    Hi David,

    You can find the link below.

    Thanks,

    #1574317
    David
    Staff
    Customer Support

    Try this CSS:

    /* Link Color */
    #breadcrumbs a {
        color: #f00;
        font-size: 15px;
    }
    /* current static color */
    #breadcrumbs span {
        color: #00f;
    }
    /* Font size */
    #breadcrumbs a,
    #breadcrumbs span {
        font-size: 15px;
    }
    
    

    I have split the CSS so you can set links differently to the current post item

    #1574508
    Benigno

    It works beautifully. Thanks so much David!

    #1574557
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.