We just installed a fresh version of Enfold, when viewing on iphone the menu block is visible but the lines in the block are not. Also menu items in the secondary nav are visible?
Hey idonate!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_header_transparency #advanced_menu_toggle {
border-color: #d9002b;
}
@media only screen and (max-width: 767px) {
#top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
background-color: #ffffff;
color: #d9002b;
border-color: #c4c4c4;
}}
Regards,
Yigit