Need help adding border to Newsletter Signup

Hi, I would like to know how to add a border to my newsletter sing up.

my current is this

But I would like for it to look more like this…

my site is stellarfaecreations.com password runeandrose

Hi @StellarFae

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file

.newsletter-form__button.field__button{

border-left: 1px solid #454545;

}

.newsletter-form__field-wrapper{

border: 1px solid #454545;

border-radius: 4px;

}

It will look like this: https://prnt.sc/aQvh34F_l_Wn

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

1 Like

Thank you so much! This worked! :slightly_smiling_face: