Submenu Font color

Hi I am unable to change the submenu font color. Any tips?

Hey Abhishek,

The Submenu colors are predefined per stack. Modifying them would require knowledge of web development. I’ll show you how to help you get started but future custom development from here would be your responsibility to continue.

Please watch this screencast: https://youtu.be/jN8cU8FQ1to

Here’s the code in that screencast:

.desktop .sub-menu {
  background-color:transparent;
  box-shadow:none;
}

.x-navbar .desktop .sub-menu a {
  color: white;
}

.x-navbar .desktop .sub-menu a:hover {
  color: yellow;
}

Thanks.

hi!

none of this changes the color of font but

That should work provided you followed it correctly. I checked your site before I gave the answer even I saw there’s no sub-menu in your site because I thought you will set it up after. I should have not provided the answer first but confirmed your setup first instead.

You’re also using Superfly so that solution surely won’t work. Please setup the colors in Superfly’s options. Here’s Superfly’s documentation: http://superfly.looks-awesome.com/docs/Getting_Started

hi i am sorry, i am working on the staging site. I will share the details

Hi Abhishek,

Please edit the menu items under the main menu in the menu settings:

Then set their font colors from there:

Hope this helps.

yeah it did. thanks a lot :slight_smile:

You’re welcome!
We’re glad @Jade were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.