- This topic has 2 replies, 2 voices, and was last updated 7 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Opaque box behind text’ is closed to new replies.
Home › Community Forums › Epik Theme Support › Opaque box behind text
We are loving the Epik layout for our site. I wanted to see if it was possible to have an opaque box behind text, but overlaying the width of a graphic to make the text more legible. Our website is linklings.com and we would love to have the slider-wide text be easier to read.
You can add this to your inline code –
background: rgba(0, 0, 0, 0.73);
That will add a see though/transparent black background behind the text. Here is what it will look like – http://i.imgur.com/6NkUrNn.png
There are ways to make it show evenly in the center of the widget vertically and horizontal if you’re interested in doing that. If so, let me know!
You are awesome, Jessy. Thank you!