http://www.dreamtimebathrooms.com/ I just updated t v1.6, and now the text in the middle footer widget is black instead of white. Please advise fix please thanks
Hello, Put the following code in custom css Appearance -> theme options -> styling options -> custom css Code: p { color:white; } This will solve your problem.
No that will turn all paragraph text white! As I said the middle bottom paragraph was fine, then I upgraded the theme, now the text is invisible. Pls let me know how to fix this error please
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .textwidget p { color: white; }