I have a background image on top of which there is some text.
It is very hard to read the text because of the background.
I would like to add a white background just around the text itself, such that the text could be easily read. How can I accomplish this using CSS/Javascript/jQuery ?
I have a background image on top of which there is some text. It
Share
Wrap your text with a span:
And put this in your CSS file:
That should do it.