Tagged: enfold
Hi – I’m doing another project with Enfold and am having a challenge with some formatting.
Here is a graphic to explain in pictures what I’m trying to accomplish:
Here is what I’m trying to do:
1. Have LayerSlider sit under the menu and header (I have done this already)
2. Have background color under where the logo goes
semi-transparent
3. Set the main-menu color white (I have done this already)
4. Have the menu-dropdown semi-transparent white, as
opposed to the header color which it is now.
Thanks as always!
Hey sundialstudios!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.header_color .main_menu .menu ul li a { background-color: rgba(255,255,255,0.5)!important; }
Regards,
Yigit
Thanks as always!