Okay
  Public Ticket #2010526
Changing the text color of sub menu and accent color
Closed

Comments

  • smztuco started the conversation

    Hi there!

    How can I change the text color of sub menu ? 

    I could figure out how to change the backgound color of sub menu adding the code below in Customize > Additional CSS. but can't figure out how I can change the text color. 

    .l-primary-header.l-primary-header--responsive .m-nav-menu--mobile, .l-woocommerce-wrapper .l-woocommerce-wrapper__product .o-neuron-hover-holder .o-neuron-hover-holder__button, .m-nav-menu--horizontal ul.menu li.menu-item.menu-item-has-children > ul.sub-menu, .o-mini-cart, .o-slidingbar .o-slidingbar__content.o-slidingbar__content--dark-skin, .a-button.a-button--dark-color {
    background-color: #ffffff;
    }

    Thank you so much for your help!

  •  675
    Neuron replied

    Hi,

    This is how you change the text color.

    .m-nav-menu--horizontal ul li.menu-item.menu-item-has-children>ul.sub-menu li.menu-item a {
        color: your_color !important;
    }

    And this is on the hover.

    .m-nav-menu--horizontal ul li.menu-item.menu-item-has-children>ul.sub-menu li.menu-item:hover a {
        color: your_color !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.

  • smztuco replied

    Hi 

    Thank you for your prompt reply! 

    It worked!

    Thank you :) 

  •  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.