How can I add a lining to my contact form button?

Hi there all,

I had added a contact form on my contact page but the button has no lining, and i want a lining around the button.

See picture,

Does somebody know how to fix this?

Thank you!!

1 Like

@samjordan23

Let me share the URL and Password…

Hi there Ankur,

Thank you for taking the time to help me. I have red it but you are telling me to go to CSS. But there are a lot of css. Im using the dawn theme. Which specific css i have to go to?

Appreciate it!

Hi @samjordan23 ,

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-contact-form.css->paste below code at the bottom of the file:

.contact__button .button {
    border: 1px solid #000 !important;
}

I hope it would help you

1 Like

Hi there Kate!

Thank you so much for your help. i have done what you said and it worked!!! 1000 times thank you!!!

1 Like

Hi there Kate!!

Sorry to bother you, but maybe you can help me with another question. The same goes for this button (shop nu) , this one also has no lines and i want the lines there to. Any idea?

1 Like

Hi @samjordan23 ,

Sure, I’m happy to help you. Let’s try this solution:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-image-with-text.css->paste below code at the bottom of the file:

.image-with-text__content .button {
    border: 1px solid #000 !important;
}

I hope it would help you
Best regards,

Kate | PageFly

1 Like

AMAZINNGG!! Thank you so much Kate! You made my day today!!! How do you know all these things>?