Hi. I would like to completely remove the main menu from the top.(Whole head) Do i need edit css file?
Hi ys7ys
Could you please post a screenshot highlighting the part you want to remove ?
I want remove everything here. Mainmenu and logo Places. it should Only Slidershow here. Sidebar menu and search i can deactivate.
ys7ys Hi You can add this code in /css/custom.css file to hide the top header from site
.t3-header { top: 0; display: none!important;}
Regards
Ninja Thank you. same custom.css for uber also.