Hello!
Could you please tell me how to change the colour of the breadcrumbs menu bar to black?
(Sorry for the noob question)
-Dean
Hi lobstersamples,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Of course, I included it in the box below.
Also, I am 100% new to web design and coding, are there any glaring errors with the website so far?
-Dean
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.title_container * {
color: white!important;
}
.title_container {
background-color: black;
}
please make sure to display CSS minifying feature before applying the code and flush browser cache.
Best regards,
Yigit
Great, thanks!