• I am having trouble seeing the mobile dropdown arrow for navigation on the Gray version of the theme. How could I change the color of the bar where the arrow is located – only on the mobile version?

    pchs2.blue-door-designs.com

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author TT Themes

    (@tomastoman)

    Hi,

    please insert the following custom CSS into “Theme Options > Other Settings > Custom CSS” to change the background-color of the menu bar:

    @media screen and (max-width: 1012px) {
    #wrapper .menu-box-wrapper {background-color: #aaaaaa;}
    }

    This custom CSS allows you to change the background-color and text color also for the drop-down navigation itself:

    #wrapper .menu-box-wrapper .selectnav {background-color: #aaaaaa; color: #000000;}

    Best regards,
    Tomas Toman

    Thread Starter jjhinton

    (@jjhinton)

    Fantastic! Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dropdown arrow hard to see in mobile Gray version’ is closed to new replies.