I am using a transparent header and one of my menu items has a drop down sub menu. can I change the background color to be transparent?
Hi randoloid!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header_color .main_menu .menu ul li a, .header_color .main_menu ul ul {
background-color: transparent!important;
}
Best regards,
Yigit
Thank you, That is working for the transparent header pages. Is there a way to apply this style only to pages with the transparent header?