Hi,
i removed the main menu on a single page with this code
.page-id-610 .main_menu {
display: none;
}
But there still is a line under the menu or over the layer slider. How can i remove this line?
The Second thing is, i am not able to remove the whitespace under the layerslider / over the menu. I used – whitespace, but it does not work.
Regards Simon
Hi!
Try adding this to Quick CSS:
.page-id-610 #header_main {
border: 0;
box-sahdow: none;
}
.page-id-610 #header_main_alternate {
border: 0;
}
.page-id-610 #after_layer_slider_1 {
height: 50px;
}
Regards,
Josue