Jump to content

7.1 Mobile Menu Header/Logo Design & Styling

Recommended Posts

@tuanphan

I'm trying to have my mobile menu so that when you click the hamburger icon the whole background is the same blue as the header with white text/everything else.

I tried your code above and it didn't seem to effect it. 

I'd appreciate any help you may have to offer.

The site is live at: kingdomswimmingclub.ie

Link to comment
On 10/14/2020 at 9:19 PM, emstems said:

@tuanphan

I'm trying to have my mobile menu so that when you click the hamburger icon the whole background is the same blue as the header with white text/everything else.

I tried your code above and it didn't seem to effect it. 

I'd appreciate any help you may have to offer.

The site is live at: kingdomswimmingclub.ie

Add to Home > Design > Custom CSS

.header-menu-bg.theme-bg--primary {
    background-color: #033a88 !important;
}
nav.header-menu-nav-list * {
    color: white !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 2 years later...

Hi @tuanphan, I struggle with alike problems. On my website spooroverlast.nl the mobile menu icon seems to be restricted to show up only as a single dash. No matter what I select under the built in site-header-mobile menu options (the double, triple, paragraph or plus sign...) only the single dash seems to show up.

Would you possibly know what causes this behaviour?
And how to solve it?

Thanks in advance!
Stefan

Screenshot 2023-08-28 at 09.23.58.png

Link to comment
On 8/28/2023 at 2:25 PM, ZZESTO said:

Hi @tuanphan, I struggle with alike problems. On my website spooroverlast.nl the mobile menu icon seems to be restricted to show up only as a single dash. No matter what I select under the built in site-header-mobile menu options (the double, triple, paragraph or plus sign...) only the single dash seems to show up.

Would you possibly know what causes this behaviour?
And how to solve it?

Thanks in advance!
Stefan

Screenshot 2023-08-28 at 09.23.58.png

You have this code in CSS box, it caused problem

* {
    transform: unset !important;
    transition-delay: unset !important;
    transition: unset !important;
}

Change it to this

*:not(.top-bun):not(.patty):not(.bottom-bun) {
    transform: unset !important;
    transition-delay: unset !important;
    transition: unset !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.