Home Forums Basel support forum Color change not working for subcategory both in mobile and destop

Color change not working for subcategory both in mobile and destop

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

    Nitesh@1962
    Participant

    Hi,
    I have changed the color of category drop down to yellow.It is working fine but the subcategories color is still black how to change that??

    Attachments:
    You must be logged in to view attached files.
    #212845

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .color-scheme-light .basel-product-categories li a {
        background-color: red;
    }
    body .color-scheme-light .basel-product-categories {
        background-color: red;
    }
    @media (max-width: 991px){
    body .color-scheme-light .basel-product-categories li .children {
        background-color: red;
    }
    }

    Set the colors as per your needs.

    Best Regards

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