skalison Posted October 5, 2022 Posted October 5, 2022 (edited) Site URL: https://www.stephaniemaillard.com/portfolio When you hover/click on the buttons across this site the text of the button is white (screenshot attached "View the Serie"). On mobile devices, specifically on the Portfolio page, the button seems to have some sort of overlay on hover/click (mobile screenshot attached). I haven't had any luck fixing it and was wondering if someone knew how I could get it to look like the true colors (royal blue button with white text) on hover? Thanks! Edited October 5, 2022 by skalison
tuanphan Posted October 8, 2022 Posted October 8, 2022 Try adding to Design > Custom CSS @media screen and (max-width:767px) { a.list-item-content__button.sqs-block-button-element.sqs-block-button-element--medium.sqs-button-element--primary { color: white !important; opacity: 1 !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment