Good afternoon,
We are having trouble with the text next to each field of the boxes on post pages displaying in white. This is of course making the text impossible to read, as the page background is white also.
Please see the bottom of this page: http://halsin.com/takeaways-from-jp-morgan-healthcare-conference/. http://halsin.com/wp-content/uploads/2016/01/Screen-Shot-2016-01-21-at-13.28.11.png
Please can you provide a fix for this
Kind regards,
Rupert
Hey Rupert!
Please add following code to Quick CSS in Enfold theme options > General Styling tab
#top #wrap_all .header_color h5, #top #wrap_all .main_color h5, #top #wrap_all .alternate_color h5, #top #wrap_all .footer_color h5, #top #wrap_all .socket_color h5,#commentform label { color: black !important; }
Cheers!
Yigit
Thanks Yigit
That’s sorted the ‘Share this entry’ text but not the ‘Logged in as’ rupert text lower down.
Hey!
Please add following code to Quick CSS as well
#commentform {
color: black;
}
Cheers!
Yigit
Thanks Yigit