Home › Forums › WoodMart support forum › Changing colors of a Browse categories menu on the left sode
Changing colors of a Browse categories menu on the left sode
- This topic has 7 replies, 2 voices, and was last updated 1 month, 2 weeks ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
November 26, 2024 at 11:11 am #615932
bvParticipantHi there,
I want to change completely menu background colors and font colors when it is off, hover and active.
Along side with submenu of those menus.How can I do it in the easiest way?
I have try changing correspondent CSS classes – but I find it very difficult to do it.
Please see the screenshot of what I ment.Attachments:
You must be logged in to view attached files.November 26, 2024 at 7:05 pm #616223
Aizaz Imtiaz AwanKeymasterHello,
To change the colors of the links you need to use Advanced typography settings Under Theme Settings >> Typography.
Screenshot for Clarification: https://ibb.co/zS5PGLM
To change the background-color of the main menu you need to Go to WoodMart >> Header Builder. Row background in which the menu is added.
Screenshot for Clarification: https://ibb.co/ynB2V6X
You can also read our detailed documentation in the following link:
https://xtemos.com/docs/woodmart/advanced-typography-settings/Best Regards.
November 27, 2024 at 12:06 pm #616494
bvParticipantHi Aizaz,
I can not find where I can change background color of the main menu, sub-menu and sub-sub-menu. I want three different backg colors for the menu, sub–menu and sub-sub-menu, and then three different colors for the font active, hover and off color…
It seems I need to do that with CSS? If that is in question then what CSS classes I need to change.Regards
November 27, 2024 at 4:52 pm #616700
Aizaz Imtiaz AwanKeymasterHello,
Please use the below custom CSS code and paste it to Theme settings >> Custom CSS >> Global CSS section:
.wd-nav-vertical.wd-design-with-bg>li:is(.wd-opened,:hover)>a { background-color: red; color: white; } html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a:hover { color: rgb(30, 115, 190); background-color: red; }
Otherwise, if the issue still exists then please share the WP admin login details of your site so I will check and give you a possible solution.
Best Regards.
November 28, 2024 at 11:29 am #616997
bvParticipantHello Aizaz,
Thank you.
I found that first class does not work anything (at least I can not see).
But the second one is working what I want.Can you just confirm what is for the first class?
Regards,
November 28, 2024 at 9:41 pm #617332
Aizaz Imtiaz AwanKeymasterHello,
The first custom CSS code is for hovering over the first category menu. https://ibb.co/khjwKHN
.wd-nav-vertical.wd-design-with-bg>li:is(.wd-opened,:hover)>a { background-color: red !important; color: #fff !important; }
If still not work then let me know I will check and add it directly on your site.
Best Regards.
November 29, 2024 at 12:32 pm #617585
bvParticipantThank you.
It is working now.November 29, 2024 at 6:29 pm #617807
Aizaz Imtiaz AwanKeymasterMost Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.Topic Closed.
Best Regards. -
AuthorPosts
Tagged: browse categories menu
The topic ‘Changing colors of a Browse categories menu on the left sode’ is closed to new replies.
- You must be logged in to create new topics. Login / Register