The title says it all. I don’t want a greenish image as the background of the breadcrumbs header – I just want a plain white background. How do I get rid of the green background?
Hey FinnArildsen,
Please try the following in Quick CSS under Enfold->General Styling:
.title_container {
background: none !important;
}
Best regards,
Rikard
This removes the green bar all right. Many thanks
Now I just need to figure out how to change the breadcrumb font color :-)
Hi FinnArildsen,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.title_container .breadcrumb {
color: navy;
}
If you need further assistance please let us know.
Best regards,
Victoria
