Hello,
I can not find any option to modify the colour of the text in the widget area. I tried through the General Styling tab, but none of th eoption (Main Content, …, Socket) did it.
How could I change the text to #666666.
Titles in black are perfect already.
Many thanks for your support, and best regards,
Olivier.
Hi OlivierCharlot!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.sidebar p {
color: #666666;
}
Best regards,
Yigit
Brilliant!
Many thanks Yigit,
Olivier