Site logo

Archived topic

Mobile Menu

2 replies · Started by Andrew on December 17, 2021

Viewing posts 1–3 of 3

Is there a setting that I am missing for changing the color of the sub menu on mobile only? Currently I have an orange for the navigation bar, with white sub menus for desktop which i like, however I'm trying to make evertyhing that same orange color on mobile, when I click a sub menu it's inheriting the white style which I can understand. Just trying to figure out If there is a setting to style the mobile or does it require some CSS

Also regarding this the links are inherting the black link color from the sub menu on desktop is there a setting for this as well to change it to white on mobile only or does this require CSS

Hi Andrew,

CSS will be needed for this:

.main-navigation.toggled .main-nav ul ul.toggled-on {
    background-color: orange;
    color: white;
}

Let me know if this is what you are looking for :)

Hi Andrew,

CSS will be needed for this:

.main-navigation.toggled .main-nav ul ul.toggled-on {
    background-color: orange;
    color: white;
}

Let me know if this is what you are looking for :)

This archived topic is closed to new replies.