I need some help please with some custom liquid. I want to make all of the buttons in my store transparent, with black border & font. Does anyone know how to achieve this?
Hi @Vicky48287 ,
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.
Yes! Sorry about that.
It’s www.theselfcareshop.ca and password Violet42!2009
Hi @Vicky48287 ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/theme.css->paste below code at the bottom of the file:
.color-scheme-1 .btn,
.input-group-btn .btn {
background: transparent !important;
border: 1px solid #000 !important;
color: #000 !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Thank you for the quick response - the code does not appear to be working. I entered it at the bottom of Asset->theme.css.liquid
Is that the correct one?
Hi @Vicky48287 ,
you added the correct file, But looks like you accidentally removed the css closing mark on .template-giftcard .logo:
Add this close to correct css structure:
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
That was a GREAT catch - I corrected the structure, but the buttons are still solid. I appreciate you assisting me with this!
Hi @Vicky48287 ,
I checked further and found that the structure of this place still lacks a closing tag. You can revert the code. Then add my code at the top of the theme.css.liquid file try it
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
It worked!
Thank you!
Am I missing a closing tag in line 11171?
Would you be willing to help me get the same buttons on the hero (optional slides) cards?
If I know where these are, I can add the code to other various sections in the future if needed.
Thank you again!
Hi AvadaCommerce.
I use the Expanse theme for now and there is one question that I need your help:
In the product page, how could I move the “add to chart” button to the same row of quantity?
Please help us with this
Website: [https://topestshop.myshopify.com/products/burke-nightstand\](https://topestshop.myshopify.com/products/burke-nightstand\)
Password: cowsko
Hello,
May I also ask how I could get my buttons transparent as well?
Here is my website:
https://nemyon.com/?_ab=0&_fd=0&_sc=1
Thank you so much!



