lorenza theme change color hover in product page

Solved

lorenza theme change color hover in product page

urbantis
Shopify Partner
210 0 61

Hi, I want to change the hover of the add to cart button in the product page,

link: https://babette-its-me-jewelry.de/collections/bestseller/products/little-star-goldener-ohrstecker-mi...

 

Thanks for your time.

Accepted Solution (1)

PageFly-Richard
Shopify Partner
5011 1120 1802

This is an accepted solution.

 

Hi @urbantis 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
button.bttn.product-form__cart-submit:hover {
    background: red;
}
</style>

PageFlyRichard_0-1742346797242.png

Note: you can update the 'red' value to be your color

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly 

 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Reply 1 (1)

PageFly-Richard
Shopify Partner
5011 1120 1802

This is an accepted solution.

 

Hi @urbantis 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
button.bttn.product-form__cart-submit:hover {
    background: red;
}
</style>

PageFlyRichard_0-1742346797242.png

Note: you can update the 'red' value to be your color

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly 

 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.