OffCanvas Menu - Unable To Change Backround Or Menu Text Color - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

OffCanvas Menu - Unable To Change Backround Or Menu Text Color

CG

Candace Gelleta

Template 3 weeks ago

Using Mednic on a brand new Joomla 6 install. I cannot get the off canvas menu background or text to change.

See http://shaunavonanimalclinic.ca to see.

0
3 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 3 weeks ago #208633

Hello,

Thanks for reaching out to us. To add css you can follow this guide: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Please, use this css:

.offcanvas-menu {
    background-color: #fff !important;
}
.offcanvas-menu .offcanvas-inner a {
    color: #000000;
}
a.close-offcanvas .burger-icon>span {
    background-color: #000000 !important;
}

Thanks

0
CG
Candace Gelleta
Accepted Answer
3 weeks ago #208697

That worked. Thanks. Will there be a fix coming so it works in the presets area?

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 2 weeks ago #208781

It’s great to hear that your issue has been resolved. If everything is working fine now, please mark the question as complete by accepting any of our answers.

Thank you!

0