hi. how can i change the font color of the copyright text from white to black. i cannot see it at the moment because it is white on white :)
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.copyright {
color: black;
}
Best regards,
Yigit
Great. Thank you. CLOSED.