Home Forums WoodMart support forum remove image and add colour

remove image and add colour

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #632569

    here i want to remove that image from categories circle and add color with border as well as sub categories circle

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

    Hello,

    Navigate to Products > Categories > edit the category > scroll down to Thumbnail option and you can change category image https://prnt.sc/cjzBAPFq_JEK

    Best Regards

    #633395

    i want to remove image instead that i want css color

    #633551

    Hello,

    Do you want to apply the same color for all category circles, or would you like to assign different colors for each category? Let me know so I can assist you accordingly!

    Best Regards

    #634176

    same color for main category and another color for sub category

    #634328

    Hello,

    Try to add the below css in Theme Setting > CUSTOM CSS > Global Custom CSS:

    .cat-design-zoom-out .wd-cat-thumb:before {
            opacity: 1 !important;
        }
    
    .cat-design-zoom-out .wd-cat-thumb:before {
        background-color: #0d0ddf !important;
    }

    Best Regards

    #634383

    its working, good iss possible add that smooth effect like before if we hover its darky

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