Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
How can i make the menu and footer bar transparent.
I want to have my background image visible in these sections too.
Please take a look at
http://projectig.cloudaccess.net/
Hi Kenan
Try using RGBA:
/* Vantage Navigation Opacity */ .main-navigation { background: rgba(52, 53, 56, 0.5); } /* Vantage Footer Opacity */ #colophon { background: rgba(52, 53, 56, 0.5); }