Hi,
Post me your website URL.
Give me an example of which link you want to change the color.
Thank you
Thread Starter
zulok
(@zulok)
Hi Denzel
Here’s an example: Agenda MdV
The breadcrumb that redirects you to “Pàgina d’inici” displays in green unless this is added to child style.css :
a {
color: #9e245d!important;
}
Otherwise ìt uses the automatically generated style:
a, .entry-content a:link, .entry-content a:active,.entry-content a:visited {
color: #0bb697;
text-decoration: none!important;}
Not using general Link color customized though.
Thanks
David
Hi,
You can use
.breadcrumbs a{
color: #9e245d !important;
}