jadejohnsonillo Posted October 3, 2023 Posted October 3, 2023 I added a newsletter block to the bottom of my portfolio with a button to sign up. Is there a way to edit the border color, or remove it entirely? Here's my website for reference: https://www.jadejohnsonillo.com
Solution tuanphan Posted October 3, 2023 Solution Posted October 3, 2023 Add to Website Tools (under Not Linked) > Custom CSS /* remove newsletter button border */ button.newsletter-form-button.sqs-system-button.sqs-editable-button-layout.sqs-editable-button-style.sqs-editable-button-shape.sqs-button-element--primary { border-color: transparent !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!)
jadejohnsonillo Posted October 5, 2023 Author Posted October 5, 2023 On 10/2/2023 at 10:51 PM, tuanphan said: Add to Website Tools (under Not Linked) > Custom CSS /* remove newsletter button border */ button.newsletter-form-button.sqs-system-button.sqs-editable-button-layout.sqs-editable-button-style.sqs-editable-button-shape.sqs-button-element--primary { border-color: transparent !important; } It worked perfectly, thanks! tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment