Tagged: transparent menu
Dear, I would like cambair the color of the active link transparent menu of a certain color, as achieving this?
Thank you.
Hey buscoseo!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {
color: #f6b300!important;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit
Thank you.
Another query more, the submenu can be done trasnparente?
Thank you.
Hey!
Please add following code to Quick CSS as well
.av_header_transparency ul.sub-menu, .av_header_transparency ul.sub-menu * {
background: transparent!important;
}
Best regards,
Yigit
Thank you.