Site logo

Archived topic

Mobile submenu unreadeable (bg white, color white)

3 replies · Started by Chris on December 2, 2021

Viewing posts 1–4 of 4

Hi,
I use on the website https://orioncs.fr/ a GP library Site and on mobile the submenu is unreadeable (white / white), on desktop its black / white.
I dont know where to set the colors for mobile submenu in GP customize.

Thanks to help me know

Hi Chris,

You can set it up using this CSS:

nav#generate-slideout-menu ul.sub-menu {
    background-color: unset;
}

This effectively removes the background color but you can change unset to any color of your preference. :D

Thanks a lot, it works

No problem. :)

This archived topic is closed to new replies.