anvnguyen Posted August 10, 2022 Share Posted August 10, 2022 Site URL: https://www.anvnguyen.com/home/contact Hi there! I'm looking to change the newsletter and contact buttons to a different color on hover. I've tried a few different CSS but nothing seems to work =( Ideally it goes from transparent with the colored border, to a different solid color on hover. Hope you can help, thank you so much! Link to comment
noahawaii Posted August 10, 2022 Share Posted August 10, 2022 Mess around with these colors as you like. .primary-button-style-outline .sqs-block-form .sqs-editable-button.sqs-button-element--primary:hover, .secondary-button-style-outline .sqs-block-form .sqs-editable-button.sqs-button-element--secondary:hover, .tertiary-button-style-outline .sqs-block-form .sqs-editable-button.sqs-button-element--tertiary:hover { background: #000 !important; color: #fff !important; } Link to comment
anvnguyen Posted August 10, 2022 Author Share Posted August 10, 2022 Thank you @noahawaii!! For some reason it's working on my contact button but not newsletter. I'm also wondering if there's a way to make the button border the same color with the button background while hovering as well? TIA! 👏👏 Link to comment
anvnguyen Posted August 10, 2022 Author Share Posted August 10, 2022 Never mind - got it to work on both buttons! If anyone knows how I can also remove the border color while hover it would be amazing! tuanphan 1 Link to comment
tuanphan Posted August 11, 2022 Share Posted August 11, 2022 10 hours ago, anvnguyen said: Never mind - got it to work on both buttons! If anyone knows how I can also remove the border color while hover it would be amazing! Use this code button.newsletter-form-button:hover { border: None !important; } HeyItsPrescott 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
anvnguyen Posted August 11, 2022 Author Share Posted August 11, 2022 @tuanphanThank you so much, it worked!!👏 tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment