Button borders and sign up form - Symmetry theme

Hello, I’m trying to get black borders around my buttons and I would like the sign up in the footer to look like this:

Any and all help is greatly appreciated!

url: www.timelesscasestudy.com

pass: niekli

hello @dabbink

please Go to Online Store->Theme->Edit code then go to assets/style.css ->paste below code at the bottom of the file.

.button.signup-form__button{
    background: transparent;
    color: black;
}
1 Like

Thank you, but is there a way to get the sign up form to look exactly like the image in my question?

hello @dabbink

please Go to Online Store->Theme->Edit code then go to assets/style.css ->paste below code at the bottom of the file.

@media screen and (min-width: 789px){
#footer_newsletter_signup {
	
   display: flex;
    justify-content: space-around;
    align-items: center;
}
.button.signup-form__button{
	    margin-bottom: 12px;
	    padding: 16px;
}
}
1 Like

Hi @Kinjaldavra , just to be sure: did you mean styles.css? I don’t see theme.css only theme.js.

hello @dabbink insert code bottom of style.css file

1 Like

Thank you so much, this looks amazing now!