Goal: unify button hover styling across the Shopify Dawn theme (banner, “view all,” image-with-text, shop/buy now) so text stays white (#ffffff) and backgrounds use black/brown.
Context: Store URL provided (pawshubs.com). CSS hover state (styles applied when the cursor is over a button) will be edited in the theme’s CSS file (base.css/theme.css).
Actions taken:
CSS rules shared to update hover styles for banner buttons, add-to-cart (Globo app selectors), swatches, and a specific button ID, primarily using background #C4A484 with white text.
Sign-in button on the Account Login page initially unchanged; additional CSS targeting “#customer_login > button” set default background black (#000000) and hover to brown (#C4A484). Screenshots confirm success.
Latest preference: apply black (#000000) and brown (#c4a484) scheme to the two Account section buttons, with text remaining white.
Outcome: Most buttons now follow the new hover styling; the Account page requires ensuring both buttons consistently use the black/brown colors.
Status: Partially resolved. Next step is adding/adjusting CSS selectors for any remaining Account buttons to match the specified colors and ensure consistency across the theme.
I use the Dawn theme and would like help me to change all of the button colors on the hover. (Image banner buttons, view all buttons, Image with Text button, shop now, buy now buttons.)
I would like all buttons to be the same. Currently i use in text color #ffff and in button backround #c4a484 so i want in the text hover color to be the same #ffff but in the button backround hover color to be with black color
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code: