Site: learnarabiclanguageonline.com - under development
How to I edit css to make the page content background semi-transparent?
Thank you
Bob Batson
How to edit css to make page content area background semi-transparent?
(3 posts) (2 voices)-
Posted 7 months ago #
-
This is on static (first) page. I have extensively researched this on the web and this forum and followed suggestions, and still am at a loss.
Posted 6 months ago # -
looks like you already achieved it by using an image
if you want to do this via css, you can put this code as the background
#content { background: rgba( 255, 255, 255, 0.5 ); }Posted 6 months ago #
Topic Closed
This topic has been closed to new replies.
