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
A user encountered a CSS issue where button hover colors matched the button text color, making text unreadable on hover.
Solution Provided:
theme.css file in Assets#fff)Outcome:
The solution successfully resolved the issue. The helper requested the user mark the response as accepted if helpful for future reference.
Status: Resolved
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
Hello @kirsten11123
#shopify-section-template--17158298108094__collection-list .button:hover {
color: #fff;
}
Thank you!
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.