Dawn theme - outline button style

Hi all,

Please help me figure this out :slight_smile:

I’m designing a website and it’s requested that all of the buttons are in the ‘outline style’. A few don’t have the option in the editor itself to change them with the click of a button, so i’ll have to change the code I think. I just have no idea how/where/which code.

This is the style the button needs to be:

and the places it needs to be changed are:

  • the ‘send’ button below a contact form:

  • at the checkout button:

and finally, the ‘add to cart’ button at the products

I hope somebody can help me! Thanks!!

1 Like

Hey @lsvvintage

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @lsvvintage

Would you mind to share your store URL? Thanks!

Hi!

Thanks, it worked great, but the text isn’t showing anymore:

Hi!

The store is not live yet

Hey @lsvvintage

Remove the previous code and add this new code with the same steps.


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Hi!

It still does not work unfortunately…

Hi! I managed to make it work, the color section was not showing up. I put it between the other two and now it works perfectly like this:

button { background: transparent !important; color: black !important; border: solid 1px black !important: }

thank you so much!