Tagged: background, menu, sidebar, transparent, vertical
Hey there. I’m wondering if there’s a way to make the sidebar menu transparent and show the background behind it – I’m not seeing any options for it. However, I’m wondering also if there’s a way to show maybe the top horizontal on secondary pages rather than the sidebar menu but keep the sidebar menu for the front page. Would this be something that I could do?
An example of what I’m trying to achieve is here: http://www.littlepalmisland.com/
Hi j3art!
Are you using the left menu layout? Can you send us a link to your page? You can set your reply as private if you wish.
Cheers!
Elliott
Hey!
Add this to your custom CSS.
.header_bg { background: transparent !important; }
#main { margin-left: 0px !important; }
Changing the layout based on the page is going to be kind of difficult though. You can create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see an option get added in a future update.
Best regards,
Elliott
Thank you very much Elliot. That was helpful. I will definitely add it as a feature request.