Change the order of categories on the category page
-
1) How do I change the order of categories on a category page? Now the categories are in alphabetical order, but I need to do it my way.
2) How to make the color of the links of the drop-down list of the control panel menu black, and only in the drop-down list.
3) How do I change the background color of a variable product?
Hello,
1) Sorry but there is no option in Theme Settings available for that.
2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-dropdown li.woocommerce-MyAccount-navigation-link a {
color: black;
}
3) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.quick-shop-wrapper {
background-color: red;
}
Regards.
Xtemos Studios