Home Forums WoodMart support forum Change the order of categories on the category page

Change the order of categories on the category page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #291656

    ipix
    Participant

    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?

    #291737

    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

Viewing 2 posts - 1 through 2 (of 2 total)