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:
and finally, the ‘add to cart’ button at the products
I hope somebody can help me! Thanks!!
1 Like
Moeed
June 26, 2024, 7:06pm
2
Hey @lsvvintage
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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
Moeed
June 26, 2024, 7:42pm
6
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!