Support » Theme: Fruitful » Change color of the responsive (mobile) menu bar

  • Resolved HannaMedL

    (@hannamedl)


    Hi,

    Anyone who knows how to change the color of the small responsive drop down menu?

    Thanks!
    Hanna

Viewing 4 replies - 1 through 4 (of 4 total)
  • Appearance > Theme Options > Custom CSS

    #mobile-menu-1.select-menu {
      background: #fff;
    }
    Thread Starter HannaMedL

    (@hannamedl)

    Thank you so much Northwoods Creative! If anyone wants to change also the font color, here’s the code (where I also transformed the text to uppercase):

    #mobile-menu-1.select-menu {
    background: #9e8ba0;
    color: #f1f1f1;
    text-transform: uppercase;
    }

    How about to change the color of the little three-line “hamburger” menu on mobile? Anyone know? I tried the above code, but that doesn’t affect it. Thanks.

    Theme Author Fruitful Code

    (@fruitfulcode)

    Hello,

    Thanks for using our theme.

    We have added this option in the new version of the theme, please wait for its release.

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change color of the responsive (mobile) menu bar’ is closed to new replies.