[Support request] Mobile Menu

Home Forums Support [Support request] Mobile Menu

Home Forums Support Mobile Menu

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2052534
    Andrew

    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

    #2052549
    Ying
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #2052550
    Ying
    Staff
    Customer Support

    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 ๐Ÿ™‚

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.