• Resolved pixelriffic

    (@pixelriffic)


    Hi folks,

    Running the Montroid theme on the site below. The custom menu in the widget on the right is inheriting the same dark color as the menu above. For the life of me, I can’t figure out what CSS property to change to choose a lighter color. Any hep would be greatly appreciated.

    https://www.austexvideo.com/services/music-video/

Viewing 2 replies - 1 through 2 (of 2 total)
  • MartinCDS

    (@martincds)

    Try #menu-sidebar a {color:#fff;}

    if it does not work

    #menu-sidebar a {color:#fff !important;}

    That will override it the inhereted CSS. Change the #fff with the hex code you want.

    Thread Starter pixelriffic

    (@pixelriffic)

    Thanks so much for the reply. This put me on the right track. Turns out it was “widget_nav_menu” instead of “menu-sidebar”. Got it fixed. I also discovered that if I was using the Firefox inspector instead of the one in Chrome, I would have probably found it much sooner.

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS to change widget menu color’ is closed to new replies.