MOBILE MENU - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

MOBILE MENU

J

Juan

Template 4 years ago

Hello, I wanted to ask how to make the menu visible on the mobile. TEMPLATE: shaper_educon

Regards,

Juan

0
4 Answers
Ariba
Ariba
Accepted Answer
Support Agent 4 years ago #15542

Hello

Thank you for sharing the information, i will check from my end and get back to you soon. Kindly allow me some time.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #15543

Hi there!

The offcanvas is not visible because it has black color too.

Please use the following code in your custom CSS:

#offcanvas-toggler >i {
    color: white;
}

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

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Best Regards

0
J
Juan
Accepted Answer
4 years ago #15546

Thank you!

Is it also possible to make the logo visible?

Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #15549

Hi,

Here you go:

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all
{
#sp-header .sp-default-logo {
    display: block;
}
}

Regards

0