There is no option on Broadcast theme colors to change the hover colour on both buttons and images throughout my website.
The only option is to code. I spoke to an advisor but was confused by what I had to do.
Shopify Advisor said to:
Look for a file named [theme.scss.liquid] or [styles.scss.liquid]
dd the following CSS at the bottom of the file to change the hover colors for buttons and images:
.button-class:hover, .image-class:hover { color: #FFFFFF; /* Changes text color on hover / background-color: #FABD60; / Changes background color on hover */ }
Note: Replace .button-class and .image-class with the actual CSS classes used in your theme for buttons and images. If you’re not sure, I can help you find these.
I don’t understand what button-class and image-class is?
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Note: this will change all the hover color in the store. Also, I just like to clarify about the image. Background hover on Image? Some f your image zoom when hover but most of it dont change at all when hover.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!