HI, I prefer header style 4, ie. the one with social and bottom, but I don’t need the bottom part, and want to remove it, how to do that? thanks!
Hi,
I’m a bit puzzled why you don’t need the menus but you can add this on your custom.css to remove the bottom part.
#header_main_alternate {
display: none;
}
Regards,
Ismael
thanks and sorry for the confusion, I need the menu that your above code stripe off, I just need to stripe off the line above the logo image in the header style 4, I would be able to have made it clear if I can upload the image.
Hi hsie,
So you just want to remove the line on the top of the header then? Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#header_meta {
display: none;
}
Give that a try as it removes the top menu area above the logo/social and main menu.
The site wouldn’t be able to support everyone uploading screenshots so we ask that users upload them to services like TinyPic or imgur and then link to that image.
Regards,
Devin