Home Forums WoodMart support forum Were can i Change the background? Reply To: Were can i Change the background?

#355286

Luke Nielsen
Keymaster

Hello,

I understand what your needs are. As you requested, I’ve created a custom code that changes the color for the “Categories” widget. Paste the below code to the “Global Custom CSS” area that is situated in Theme Settings -> Custom CSS.

.widget_nav_mega_menu .widget-title {
    color: #fff;
    background-color: #f4d9a6;
}

Kind Regards

  • This reply was modified 2 years, 9 months ago by Luke Nielsen.
  • This reply was modified 2 years, 9 months ago by Luke Nielsen.
  • This reply was modified 2 years, 9 months ago by Luke Nielsen.
  • This reply was modified 2 years, 9 months ago by Luke Nielsen.