Site logo

[Resolved] CSS to overide specific GP link colors

Home Forums Support [Resolved] CSS to overide specific GP link colors

Home Forums Support CSS to overide specific GP link colors

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2561033
    Shaun

    Hi
    I am working on a staging site built largely with GPP/GBP, but it also uses the SEOPress plugin Breadcrumb Block.
    I am building an Element that includes the Breadcrumb Block, the Page Title and a Book Now Button.
    It all works fine except the link colour in the Breadcrumb Block (picked up from GPP) is the same colour as the element background. In this example the word Home before About https://draft.abccounselling.com.au/wordpress/about/
    Is thee CSS that will overide the sitewide GP settinggs for link colours (or for a class I set for the Breadcrumb Block within this element)?
    Thx
    Shaun

    #2561036
    CPANathan

    Can you try add additional CSS to that page with the following CSS please? 🙂

    .breadcrumb-item {
    font-color: fffff;
    }

    I’ll check back in a bit, about to create a post myself. If there’s a way to message me if it doesn’t work then give me a shout!

    Best of luck.

    #2561062
    Fernando
    Customer Support

    Hi Shaun,

    Try this:

    .breadcrumb-item a{
    color: #fff;
    }
    #2562067
    Shaun

    Thx Fernando
    Worked perfectly.

    #2562217
    Fernando
    Customer Support

    You’re welcome, Shaun!

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