Hi,
I configured center logo, menu below.
I would like to hide the logo and the entire row.
How can I do that?
Shalom!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_main>.container {
display: none;
}
.html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
padding-top: 67px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Regards,
Yigit
Lovely!
Thank you so much!