Menu Not Showing In Mobile - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Menu Not Showing In Mobile

J

Johny

Helix Framework 2 years ago

hey! my menu icon is not showing on mobile and when I click on it the menu is transparent (pics attached). on computers everything is fine

https://prnt.sc/1hHR1SJFnutP

https://prnt.sc/eWVte103uUN6

thanks

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #115415

Hi there!

Thanks for contacting us.

Please use the following code in your custom CSS to change the offcanvas menu icon and the overlay background color to make them visible:

.burger-icon>span {
    background-color: black;
}
.offcanvas-overlay {
    background: white;
}

Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

1
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #115540

Thanks for accepting the answer:)

Have a nice day!

0