Hi,
how can i change the breadcrumb font color?
Thanks for helping!
Hey Luisgasser,
Please try the following in Quick CSS under Enfold–>General Styling:
.breadcrumb {
color:red !important;
}
Best regards,
Rikard
HI,
sorry it doesn’t change anything.
Best regards
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.breadcrumb, .breadcrumb a {
color:red!important;
}
If this does not work Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Thank you very much!