Home Forums WoodMart support forum product category remove shadow

product category remove shadow

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

    kuzgununsesi
    Participant

    https://augusaslan.com/shop/

    hello , i want remove shadow from my cat picture and remove hover effect. how can i do that? can you share code? can you look at the link ı share

    #626949

    Hung Pham
    Keymaster

    Hi kuzgununsesi,

    Thanks for reaching to us and appreciate your patience.

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

    .cat-design-alt.categories-with-shadow div.category-image-wrapp {
        box-shadow: none;
    }
    
    .category-grid-item:hover a.category-image{
    	transform: none;
    }

    Best Regards,

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