Home Forums WoodMart support forum product hover

product hover

Viewing 4 posts - 31 through 34 (of 34 total)
  • Author
    Posts
  • #87235

    dunies
    Participant

    Wow I did it!
    It works!

    #87237

    Hello,

    Add this code to the Theme Settings > Custom CSS to remove the shadow border:

    .woodmart-hover-tiled .product-wrapper {
       -webkit-box-shadow: 0 0 4px rgba(0,0,0,0);
       box-shadow: 0 0 4px rgba(0,0,0,0);
    }

    The price is now in the center.

    Best Regards

    #87246

    dunies
    Participant

    Thank you very much!

    #87261

    You are welcome!

Viewing 4 posts - 31 through 34 (of 34 total)

The topic ‘product hover’ is closed to new replies.