Shopify Forms square borders

Morning all,

I use Shopify forms app for the newsletter’s pop-up window.

For all the website i use the square borders, and for the buttons “Transparent background with text border”.

How can i change this pop-up with these kind of borders?

Hello @Ste_cor

Please share your store URL and password.
So that I will check and let you know the exact solution here.

http://hidden-garage-label.myshopify.com

I’m working in my “New Version” with Baseline theme!

Do you need my password?

Hello @Ste_cor

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.min.css and paste this at the bottom of the file:
[data-color-scheme=secondary].bg-scheme-background :focus {
outline: none;
}

.bg-scheme-background input {
border: solid 1px red;
padding: 11px 12px;
border-radius: 5px;
}

Probably there has been a misunderstanding.

The newsletter pop-up made by “Forms” app it work in the “New Version”, that ii’m working on and not already published

This pop-up, right now, it’s like the photo attached, but the buttons and the border should be like the second image attached (Enter using the password).