Opacity in textbox
URL to the page in question:
http://www.exitcirklen.dk
-
Hi Bill,
Under the advanced tab, what do i type to make the texbox with the main content text transparent.
Like a 50% opacity, so the background image is visible, but not making text hard to read? 🙂
Hi Steffen,
You can do that. Add this to your Custom CSS:
#wrap { background-color: rgba(255, 255, 255, 0.5); }
That will make the background a semi-transparent white. You can adjust the opacity by changing the 0.5 to a larger or smaller number. Zero is completely transparent and 1.0 is completely opaque.
Hope that helps out,
Bill
- The topic ‘Opacity in textbox’ is closed to new replies.