Jump to content

plantshop203

Member
  • Posts

    23
  • Joined

  • Last visited

Reputation Activity

  1. Like
    plantshop203 got a reaction from yh3 in Hover Effect for Product Images in Shop Pages   
    I was able to figure it out!
    For anyone who wants to do something like this, here's the code I used:
    //product hover border .grid-item:hover {   position: absolute;   width: 100%;   height: 100%;   content: '';   top: 0;   left: 0;     box-sizing: border-box;   padding: 7px!important;   -webkit-box-shadow: 0px 0px 6px -3px rgba(0,0,0,0.75);   -moz-box-shadow: 0px 0px 6px -3px rgba(0,0,0,0.75);   box-shadow: 0px 0px 6px -3px rgba(0,0,0,0.75); } .grid-item {   padding: 7px; }  
  2. Like
    plantshop203 got a reaction from creedon in Hover Effect for Product Images in Shop Pages   
    I was able to figure it out!
    For anyone who wants to do something like this, here's the code I used:
    //product hover border .grid-item:hover {   position: absolute;   width: 100%;   height: 100%;   content: '';   top: 0;   left: 0;     box-sizing: border-box;   padding: 7px!important;   -webkit-box-shadow: 0px 0px 6px -3px rgba(0,0,0,0.75);   -moz-box-shadow: 0px 0px 6px -3px rgba(0,0,0,0.75);   box-shadow: 0px 0px 6px -3px rgba(0,0,0,0.75); } .grid-item {   padding: 7px; }  
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.