I want my menu dropdowns transparent with alpha 95%. I use the black-and-white theme (enfold).
Hi royaltask!
Sorry for the late reply!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.header_color .main_menu .menu ul li a, .header_color .main_menu ul ul {
background: rgba(255,255,255,0.9);
}
Cheers!
Yigit
Very nice, thank you.