change categories menu background color
-
Hi;
How can I change the background color of the category menu?
I added a picture as an example

Attachments:
You must be
logged in to view attached files.
How can I adjust the menu width?
Hello,
When you use the Category menu in the header, you cannot change its width. If you show the Category menu in the content, by means of Mega menu widget element you can change the width by means of column width and set the color on the column https://xtemos.com/docs/woodmart/adding-menu-site/
Please add this code to the Theme Settings > Custom CSS > Global:
.vertical-navigation .item-level-0.menu-item-has-children>a {
background:red;
color:green;
}
body .vertical-navigation .item-level-0:hover>a {
background-color: green;
color: red;
}
Set the colors as per your needs.
Best Regards
thanks for the return. but what I want is to make the menu completely black. get the menu background completely black
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.vertical-navigation .item-level-0.menu-item-has-children>a {
background:black;
color:white;
}
body .vertical-navigation .item-level-0:hover>a {
background-color: black;
color: white;
}
Best Regards
no. I want it to be exactly like the attached photo.
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide your site admin access to the private area.
Best Regards