Hi,
I want to change the title color of the widgets in de sidebar. I have tried everything but it won’t work.
When I get it a different color, the titles of the widgets in the footer also change color. I don’t want that.
Could you help me with this?
With regards.
Hey Linden_Mobile!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.sidebar .widgettitle {
color: orange;
}
Best regards,
Yigit
It worked! Thank you!