This topic has 4 replies, 2 voices, and was last updated 9 years, 1 months ago ago by Jack Richardson
I’m trying (unsuccessfully) to configure the header to display as follows:
1. No logo is shown at all.
Currently when I remove all logo images from “Theme Options > Header” instead of showing no logo the header displays the Woopress logo. How do I set the menu to show no logo at all?
2. Align page links left.
None of the header options (with a style I want) have the page links aligned left. Please explain how to set this.
3. Reduce header height.
I want to reduce the header height to about half of what it currently is for desktop, laptop and landscape tablet orientation
Hello,
1. I’ve added this code in Global Custom CSS to remove logo:
.header-logo {
display: none;
}
Please check.
2. Please clarify what links you mean. Show a screenshot for better understanding.
3. I’ve added this code in Global Custom CSS:
.navbar {
padding: 10px 0px;
}
Please check header now.
Best regards,
Jack Richardson.
Hi Jack,
Thanks for the quick response. The CSS you entered has helped the page to display as desired.
Point 2 looks to be OK now. I wanted the links to align left and I think by removing the logo (which was aligned left) the page links can now be displayed there instead. I didn’t explain this too well but I hope it makes sense.
This support topic is closed for me. I will probably ask for some more help customizing the header a bit later but for now, thank you very much!
Hello,
You’re welcome.
Have a nice day.
Best regards,
Jack Richardson.
Tagged: align left, configure, header, header height, menu pages, remove logo, themes, woocommerce, wordpress
The issue related to '‘Configure header: remove logo entirely, align left menu pages, header height’' has been successfully resolved, and the topic is now closed for further responses