What's your biggest current challenge? Have your say in Community Polls along the right column.

Issues with button hover colour

Solved

Issues with button hover colour

kirsten11123
Shopify Partner
49 0 18

Hello! I'm having an issue with hover colours of buttons being the same colour as the button text. I've tried a couple of code combos but can't seem to crack it. 

Site preview: https://1fv22be56y02cpxt-28778004573.shopifypreview.com

Accepted Solution (1)

ZestardTech
Shopify Partner
5912 1067 1413

This is an accepted solution.

Hello @kirsten11123 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:

 

#shopify-section-template--17158298108094__collection-list .button:hover {
color: #fff;
}

 

ZestardTech_0-1731935592965.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 3 (3)

ZestardTech
Shopify Partner
5912 1067 1413

This is an accepted solution.

Hello @kirsten11123 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:

 

#shopify-section-template--17158298108094__collection-list .button:hover {
color: #fff;
}

 

ZestardTech_0-1731935592965.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
kirsten11123
Shopify Partner
49 0 18

Thank you!

ZestardTech
Shopify Partner
5912 1067 1413

Hello @kirsten11123 

Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing