How can I modify the button design in my email notifications?

hey there,

i wanted to change the button design in my email notifications. For the moment all buttons in email are solid black with a white font. I would like to have, like everywhere on my site a black border with black font and no background (white).

Could someone help me achieve this?

Best

// Ryan

Hi @Ryanmue

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.contact__button [type=“submit”] {

color: black !important;

background: white !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly