Okay
  Public Ticket #2645390
mobile menu
Closed

Comments

  •  9
    mascauvy started the conversation

    Dear Tahir, 

    I find my mobile menu difficult to read so I have several questions :

    1) Is it possible to change the colour of the background?

    2) is it possible to make the arrows bigger or thicker so that they are more visible?

    3) is it possible to change only the colour of the submenu, for a lighter green for example?

    Thanks for your help!

    Kind regards

    Sophie

  •  8,849
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media only screen and (max-width: 999px) and (min-width: 1px) {
        .page-submenu .mobile-menu-link {
            transform:scale(1.5) !important;
        }
    }
    #header-outer #mobile-menu:before {
        background-color: #81d742;
    }
    #header-outer #mobile-menu a > .sf-sub-indicator i {
        font-size: 28px !important;
    }
    #header-outer #mobile-menu ul li ul {
        background: #a0d878 !important;
    }
    div#mobile-menu {
        padding: 0px !important;
    }
    div#mobile-menu a span {
        padding: 0 10px !important;
    }
    #header-outer #mobile-menu ul ul>li>a {
        margin-left: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  9
    mascauvy replied

    Exactly what I wanted! It's perfect! :-)

    Kind regards

    Sophie