All things Shopify and commerce
Hi all,
Please help me figure this out ☻
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!!
Solved! Go to the solution
This is an accepted solution.
Hey @lsvvintage
Remove the previous code and add this new code with the same steps.
<style>
button {
background: transparent !important;
border: solid 1px black !important:
color: black !important;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
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:
<style>
button {
background: transparent !important;
color: black !important;
border: solid 1px black !important:
}
</style>
thank you so much!
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 </body> tag
<style>
button {
background: transparent !important;
border: solid 1px black !important:
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi!
Thanks, it worked great, but the text isn't showing anymore:
This is an accepted solution.
Hey @lsvvintage
Remove the previous code and add this new code with the same steps.
<style>
button {
background: transparent !important;
border: solid 1px black !important:
color: black !important;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi!
It still does not work unfortunately...
This is an accepted solution.
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:
<style>
button {
background: transparent !important;
color: black !important;
border: solid 1px black !important:
}
</style>
thank you so much!
Hi @lsvvintage
Would you mind to share your store URL? Thanks!
Hi!
The store is not live yet
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025