Okay
  Public Ticket #2142732
Cannot change menu color
Closed

Comments

  • Hardik Bulsara started the conversation

    Hi,

    I need to remove underline from the menu item on hover and active. Also, need to replace color with #CCCCCC of active and hover tab.

    I have been trying from long back but unable to make the changes.

    Request you to help with the change.

  •  675
    Neuron replied

    Hi Hardik,

    To remove the underline and add the color, simply add the following style.

    ul.menu.m-header-default-menu li.menu-item.current_page_item > a,
    ul.menu.m-header-default-menu li.menu-item > a:hover {
        box-shadow: none !important;
        // Change color
        color: #ccc !important;
    }
    

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Hardik Bulsara replied

    Thanks.

  •  675
    Neuron replied

    You are welcome anytime, feel free to ask for anything you needsmile.png

    If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.