Home / Forums / WoodMart support forum / Aside Menu Color Change
Home › Forums › WoodMart support forum › Aside Menu Color Change
Aside Menu Color Change
- This topic has 8 replies, 2 voices, and was last updated 9 hours, 32 minutes ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
June 22, 2026 at 1:27 pm #722146
jzaghasiddiquiParticipantHi Support,
Currently, my aside menu is set to Black by default but I want to change it to #ededee. How can I do it? I am unable to find any option in theme. Please guide
June 22, 2026 at 2:29 pm #722157Hello,
Navigate to Theme Settings > Styles and Colors > Colors > change the primary color and check how it works.
If you want to change only in the aside drop-down menu, please try to use the below custom CSS code and paste it to Theme Options >> Custom CSS >> Global CSS section:
div.wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu{ background-color: #ededee; }Best Regards
June 22, 2026 at 3:10 pm #722162
jzaghasiddiquiParticipantSir, how do I set set font color of Aside menu to Black or Dark?
June 22, 2026 at 3:24 pm #722164
jzaghasiddiquiParticipantI have changed Primary Color in style and Aside Menu color got changed. This code wasn’t working. Now, my Menu’s hover color is also set to #ededee. How can I fix it?
June 22, 2026 at 3:58 pm #722173Hello,
Please try to use the below custom CSS code and paste it to Theme Options >> Custom CSS >> Global CSS section. Change the color code as per your requirements.
/* 1. Change Aside Menu Background to #ededee */ .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp > .wd-sub-menu { background-color: #ededee !important; } /* 2. Change Aside Menu Font Color to Black/Dark */ .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp > .wd-sub-menu > li > a { color: #060505 !important; /* Adjust to #000000 if you want pure black */ } /* 3. Fix the Hover/Opened State */ .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp > .wd-sub-menu > li:hover > a, .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp > .wd-sub-menu > li.wd-opened > a { background-color: #114df4 !important; color: #ff0606 !important; }Best Regards
June 22, 2026 at 4:05 pm #722174
jzaghasiddiquiParticipantSir, please visit my website once and check Header Menu. Aside Menu background color is fixed as per my requirement. When it is hover, its text remains Black but when I leave it, it turns white. Since background color is very light, White is getting mixed in it.
June 22, 2026 at 4:07 pm #722175
jzaghasiddiquiParticipantThe code that you shared didn’t worked.
June 22, 2026 at 5:03 pm #722181
jzaghasiddiquiParticipantI have fixed this the other way, thank you for help.
June 23, 2026 at 8:53 am #722223Hello,
You’re Most Welcome!
Feel free to write back anytime. If you need further assistance, we are always here to help you.
If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme:
https://www.trustpilot.com/review/xtemos.comThanks for contacting us.
Have a great day.Topic Closed.
Best Regards.-
This reply was modified 9 hours, 19 minutes ago by
Aizaz Imtiaz Awan.
-
This reply was modified 9 hours, 19 minutes ago by
-
AuthorPosts
The topic ‘Aside Menu Color Change’ is closed to new replies.
- You must be logged in to create new topics. Login / Register