Hello,
I have selected ‘right sidebar’ as my main navigation/menu area in General Layout > Logo and Main Menu section of the settings.
How do I make the background of this right menu area transparent?
Thanks
BC
Hey smoke_house,
Please provide a link to the page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hey Jordan.
Link in private area. Want the entire right side nav to have a transparent bg.
Thanks.
Hi,
Have you set a default bg? The following should work:
.header_bg { background: transparent !important; }
#main { margin-left: 0px !important; }
But it’s still showing another white bg.
Best regards,
Jordan Shannon
Hi Jordan.
I added your CSS and removed the default bg color.
The white is gone but I have a dark grey bg now. How do I get rid of this?
Nevermind. I removed the right margin on the left div cell and got the desired result.
Thanks for your help!