Hi all - I recently added a background to my website but when I click the menu on mobile it is transparent.
I would like to be able to add the hex code for a solid background please.
Thanks in advance.
password: beautybossmedia
Hi all - I recently added a background to my website but when I click the menu on mobile it is transparent.
I would like to be able to add the hex code for a solid background please.
Thanks in advance.
password: beautybossmedia
Hi @Sammiejojojo
You can try follow this path:
Themes => edit code => asset => component-menu-drawer.css
and add this code to bottom of the file component-menu-drawer.css
#menu-drawer {
background: rgba(255,255,255,.6) !important;
}
Hi! Thankyou for that - run into a strange issue.. it works on the theme preview, and on my partners phone but on ipad and iphone the menu is still transparent..