Site logo

Archived topic

CSS to overide specific GP link colors

4 replies · Started by Shaun on March 9, 2023

Viewing posts 1–5 of 5

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

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.

Hi Shaun,

Try this:

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

Thx Fernando
Worked perfectly.

You're welcome, Shaun!

This archived topic is closed to new replies.