- This topic has 7 replies, 2 voices, and was last updated 3 years, 11 months ago by
Skandha.
-
AuthorPosts
-
March 29, 2019 at 10:11 am #168946
mithrand
ParticipantHi:
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.
March 30, 2019 at 3:17 am #168985Skandha
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,
SkandhaApril 1, 2019 at 6:17 pm #169105mithrand
ParticipantPerfect! Although it only changes color when the button is normal. What would it be like for a drop-down menu?
Thanks 🙂
April 2, 2019 at 1:32 am #169124Skandha
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,
SkandhaApril 7, 2019 at 3:28 pm #169431April 8, 2019 at 1:56 am #169461Skandha
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,
SkandhaApril 22, 2019 at 1:09 pm #170318mithrand
ParticipantHi @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.
April 23, 2019 at 1:26 am #170372Skandha
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 -
AuthorPosts
- The topic ‘Change menu color’ is closed to new replies.