Background color of drop down category
-
I tried to change the background color of the drop down category menu in shop page. I found similar topic and tried to apply CSS code that you suggested but it did not work.
body .color-scheme-light .woodmart-product-categories .children {
background-color: red;
}
Please, advice how I could change background color of the drop down menu.
I am sorry not in shop page, but in Front Page.
Hello,
To change the categories menu dropdown background color you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.header-categories-nav .categories-menu-dropdown .menu {
background: red;
}
Best Regards.
I did the way you have suggested it is still default color.
Hello,
Please provide admin panel login details of the website to check it myself and help you out accordingly.
Best Regards.
Here is my login details of the website, could you please also advice how to make a side bar in the position as in the middle of the page not top right or top left? Thank You!
Hello,
The CSS I provided was to change the background-color of the categories mega menu module as in our demo. In your case you need to change the background of the menu dropdown.
I have changed the color of the first menu dropdown. Please clear cache and check back.
Screenshot for Clarification: In private content area
I have added the following Custom CSS in the Global Custom CSS area.
#menu-item-3452 .sub-menu-dropdown {
background: red;
}
Best Regards.
Most Welcome :-)
I have added the site screenshots in private content area of this topic as per your request, you can check it now.
If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.
Thanks for contacting us.
Have a great day :-)
Topic Closed.
Best Regards.
The topic ‘Background color of drop down category’ is closed to new replies.