Solved

Unable to remove dashed newsletter button border

EFellows
Tourist
14 0 3

Hello,

I can't figure out how to remove the dashed white border that appears on the button in my newsletter pop up.
I've tried a lot of variations of CSS edits.

If it's helpful to know - I'm using Turbo theme.

Can anyone help with this? Thank you so much.

Screen Shot 2021-08-02 at 3.44.17 PM.png

Accepted Solution (1)

Nick_Marketing
Shopify Partner
1487 336 462

This is an accepted solution.

Try finding a CSS reference for the Get A Quote button and add these properties:

 

    outline: none;
    border: 0;

 

 

 

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).

View solution in original post

Replies 3 (3)

Nick_Marketing
Shopify Partner
1487 336 462

This is an accepted solution.

Try finding a CSS reference for the Get A Quote button and add these properties:

 

    outline: none;
    border: 0;

 

 

 

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
EFellows
Tourist
14 0 3

Thank you Nick!!

Nick_Marketing
Shopify Partner
1487 336 462

@EFellows  I am glad it worked!

All the best!

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).