How can I change the colour of the submenus?

  1. Home
  2. Docs
  3. Fudge2
  4. Frequently Asked Question...
  5. How can I change the colour of the submenus?

How can I change the colour of the submenus?

You need to install and activate the child theme in order to do this changes. Please have a look on this theme guide below:

https://showthemes.zendesk.com/hc/en-us/articles/208410625–Fudge-2-Theme-How-to-activate-a-Child-theme

Login to the admin dashboard, Navigate Appearance -> Editor.

On the stylesheet, please add the following style.

.header-menu .sub-menu{background:#FFF;}
.sub-menu::after{border-color:transparent transparent #FFF;}
.sub-menu li .active, .sub-menu li.menu-item a:hover {background:#eee;}

Change the colors as per your requirement.

Update the file.

Was this article helpful to you? Yes No 1