Mobile Menu

  • Posted in : Efor
  • carmencunningham11
    Participant

    Hi!

    Is it possible to customize the mobile menu’s colors? I can’t seem to do so and would appreciate guidance

    serkan
    Moderator

    Hi,
    You can try to use this custom css code

    @media screen and (min-width: 767px) { .nav-menu .link-text { color: #f00; } }

    Thanks

    carmencunningham11
    Participant

    Thanks so much and my apologies for being a pain…but will you be able to direct me on where to change this css code? step by step? or where to find it? and do i type in everything?

    carmencunningham11
    Participant

    My goal is to simply change the backgroud color of the dropdown arrow on MOBILE view in order to see it better. thats all i want to change

    serkan
    Moderator

    Hi,
    You can use this custom css code;

    @media screen and (max-width: 991px) { .nav-menu .submenu-toggle { background-color: #00827F; }
    .nav-menu .submenu-toggle:before { color: #fff; } }

    And you can check out this related topic for how to use css code;
    https://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/
    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register