Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #168946
    mithrand
    Participant

    Hi:
    Is there any way to change the color of the main menu text when you have chosen one of the buttons? In the drop-down, the color of the text changes when the mouse passes, but it is not maintained afterwards. This way you do not know in what section or page you are located.

    Thanks.

    #168985
    Skandha
    Participant

    @mithrand: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .navigation-classic .main-navigation .primary-menu > .current-menu-item > a {
        color:#a55555;
    }

    You can change the color according to your choice.
    Let me know if this is what you want.
    Kind Regards,
    Skandha

    #169105
    mithrand
    Participant

    Perfect! Although it only changes color when the button is normal. What would it be like for a drop-down menu?

    Thanks 🙂

    #169124
    Skandha
    Participant

    @mithrand: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .main-navigation ul ul .current_page_item > a {
    	color:red !important;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #169431
    mithrand
    Participant

    Yes! Thanks @Skandha for your help one more time 🙂

    #169461
    Skandha
    Participant

    @mithrand: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/adonis/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #170318
    mithrand
    Participant

    Hi @Skandha:
    I write my question in this post because it is related to the title and its content.
    I would like to know if you can help me change the color of the main menu buttons when you do an “on mouse over”.

    Thanks.

    #170372
    Skandha
    Participant

    @mithrand: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .navigation-classic.absolute-header .main-navigation ul :hover > a, .navigation-classic.absolute-header .main-navigation ul .focus > a {
    	color:#FFA500 !important;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change menu color’ is closed to new replies.