what code should I remove/ add to so that the text isn't hard to read on this URL: Marketbot.net
I want plain black text, not a popup shadowed text.
what code should I remove/ add to so that the text isn't hard to read on this URL: Marketbot.net
I want plain black text, not a popup shadowed text.
You need to change your #slider-bg
styling inside your flexslider.css
file.
Here is what's defined for it currently:
Just remove the text-shadow
and change the color to black.
Try to remove the text-shadow from the style of your body{}
inside your css
in the file style.css
line:63 :)