Re: Add to cart button border

Solved

How can I add a border to the add-to-cart button on hover?

MaBa
Explorer
115 1 17

Hi community,

 

I would like to visualize a border around the add-to-cart button of the hero collection on hover.

 

Add-to-cart buttons of both Product page (PDP) and all products page (PHP) have this behaviour and I dont know how to replicate it to the main collection.

 

My website is www.womanly.se

 

Thanks a lot.

Accepted Solution (1)

GemPages
Shopify Partner
5625 1261 1241

This is an accepted solution.

Hello @MaBa 

 

It's GemPages support team and glad to support you today.

I would like to give you a solution to support you:

1. Go to Online Store -> Theme -> Edit code:

 

GemPages_0-1669618959296.png

 

2. Open your theme.liquid theme file

3. Paste the below code before </body>:

 

<style>
    ul.product-grid .quick-add__submit:hover::after{
      --border-offset: 1.3px;
      box-shadow: #f37fb9 0px 0px 0px 2.3px, red 0px 0px 0px 2px 
        !important;
    }
</style>

 

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Reply 1 (1)

GemPages
Shopify Partner
5625 1261 1241

This is an accepted solution.

Hello @MaBa 

 

It's GemPages support team and glad to support you today.

I would like to give you a solution to support you:

1. Go to Online Store -> Theme -> Edit code:

 

GemPages_0-1669618959296.png

 

2. Open your theme.liquid theme file

3. Paste the below code before </body>:

 

<style>
    ul.product-grid .quick-add__submit:hover::after{
      --border-offset: 1.3px;
      box-shadow: #f37fb9 0px 0px 0px 2.3px, red 0px 0px 0px 2px 
        !important;
    }
</style>

 

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center