-
-
Hello,
I’m using the ‘centered logo and navigation’ header option, I want to remove the lines / borders above and below the menu. How can I do this please?
-
Hello,
Please go to General Options > Header Options > Border Top & bottom for navigation, set it OFF.
Best regards!
-
Hello,
I have but it still shows, also please how can I change the colour on the responsive menu icon (on mobile) it currently shows as the same header colour until it’s tapped – http://www.dotunmakun.com
Thank you
-
Hello,
Please add this code into your custom css box:
.header_10 .full_nav_menu .container { border-top: none; border-bottom: none; }
for the navigation borders.
I see you have edited the mobile menu icon color. Let us know if you still need help on that.Best regards!
-
Thanks. For the mobile menu I had to install a mobile menu plugin
-
Hello,
Theme is perfectly responsive so it has a mobile menu available. What issue did you experience with it? Let us know so we can help you.
Best regards!
-
Hello,
I’m using a mobile menu plugin as it’s more cutomizable – change colours of background and hamburger icon, change positions, even use a different logo than the desktop version.
Please can I get a code to remove the header from the mobile.
Maybe customization’s for mobile can be included in future updates.
Thank you
-
Hello,
To remove the header in mobile please add this code into your custom css box:
@media (max-width: 480px){ header#header { display: none;} }
I will refer your suggestion to the developer team. If you have any other, please write at our Suggest Us Features forum.
Best regards!
-
Thanks, but it was jut the content that went off, the header section still shows. I wanted to completely remove the header for the mobile view.
-
Hello,
In your case it would be this code:
@media (max-width: 480px){ .header_wrapper.transparent.header_10 { display: none; }}
Best regards!
-
-
You must be logged in to reply to this topic.