Hey there,
Not sure if I understood the issue, but you can target the hamburger with this CSS selector:
.si-hamburger
For example, if you want to add some padding and a background, you can use this CSS:
.si-hamburger {
background: #eee;
padding: 20px;
}
When a mobile menu is active .is-mobile-menu-active class is added to the html element, which means you can apply styles only when the menu is active. Like this:
.is-mobile-menu-active .si-hamburger {
background: #eee;
padding: 20px;
}
Hi,
Does that happen only on the checkout page or some other pages?
You can try to edit the “Checkout” page and then check if “Template” under “Page Attributes” is set to “Default”.
Here’s a screenshot.
Let me know if that worked for you.
Thanks!
Hey guys,
I just wanted to mention that the issue with our Highend theme has been fixed in Highend 2.4 version.
Best Regards,
Branko, HB-Themes