Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello,
I’ve changed the menu background color however on mobile versions it shows an black bar behind the typography. I’d like everything to be the blue i’ve chosen for it. i’d love to attach a screenshot but somehow i can’t upload those here.
its about the site roelofsmetrology.nl
Hello,
The background color of menu items is defined in Customizing ▸ Header ▸ Menu Style.
You can upload images and share the link with us from here: https://imgbb.com/
To change the background color only for mobile, add this custom css:
.cl-mobile-menu {
background-color: #00aeef !important;
}
Best regards!
Hi Mirela,
Before is posted i already changed the color in customizing > header > menu style. But the css has fixed the issues on mobile.
I’ve submitten a few tickets the solutions contains css code for all those tickets. will the custom css be safed after future updates or do i need to back it up to a different location aswell?
Hello,
Sorry for the late reply.
All css added in Custom css box is stored in the database so it’s very safe! Don’t worry, no matter how much you update theme, this css will not be lost.
Best regards!
You must be logged in to reply to this topic.