How can I change the colour of the submenus?

  1. Home
  2. Docs
  3. Khore
  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/docs/khore/how-to-activate-a-child-theme/

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

On the stylesheet, please add the following style.

.menu__item.menu__item_opened a {
color: #fff;
}

Update the file

Was this article helpful to you? Yes No 1