Hey folks,
I have to say I love the ability to choose a different header layout on the fly. But, I am wanting to add one more style of header … so I was wondering if you can tell me what file(s) I need to change to make that happen?
I am looking to make the logo, navigation, and social icons centered. Similar options to Header 4, but with no upper secondary menu.
Cheers
Mike
Hi,
Just hide the 2nd menu with this.
.sub_menu {
display: none;
}
You can add that on your Quick CSS or custom.css
Cheers,
Ismael
Thanks for this, but I actually needed to add this:
#header_meta { display: none; }
The code they you gave me only hides the menu, but not the styles that are applied to that area.
Cheers
Mike