Site logo

Archived topic

Changing color to sub-sub menus on OffCanvas mobile menu

1 reply · Started by Cynthia on March 11, 2021

Viewing posts 1–2 of 2

I am trying to figure out how to change the color to my sub-sub menu items on my offcanvas menu.

PRIMARY
→ SUB-ITEM
→SUB-SUB-ITEM << I would like to change the background color, text, hover etc.

URL is in private field

Hi Cynthia,

Try this CSS:

@media (max-width: 768px) {
    .slideout-navigation.main-navigation .main-nav ul li ul li ul li a {
        background-color: #ffffff;
        color: #000000;
    }
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Let me know if this helps :)

This archived topic is closed to new replies.