Goal: Prevent product page text from turning white on hover via CSS in a Shopify theme.
Context: A product URL was shared. Screenshots and a referenced screen recording illustrate the hover color issue.
Proposed fixes:
Add custom CSS at the end of theme.liquid before the tag. Two replies provided these steps, but the actual CSS code blocks appear empty in the posts.
Edit base.css and add a rule to keep the hover color consistent: target “.station-tabs .station-tabs-tabset.mod-vertical .station-tabs-tab:hover” and set color to #544f4a !important. A screenshot shows the hover color no longer turns white after applying this.
Technical note: This uses the CSS :hover pseudo-class to override the theme’s hover styling so text color remains the desired value instead of switching to white.
Outcome/Status: Visual confirmations were shared by responders, but the original poster has not confirmed a resolution. The thread remains open pending OP feedback.
Greetings from the Wholesale Helper Support Team! Happy to help you today.
Go to online store > theme > Edit code > Layout > theme.liquid (file) and Paste the below code at the end of the file, just before the closing " " tag → Save