Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
Thank you!
I have emailed you the info.
@helloglow please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.template-index #shopify-section-1524769873765 .slick-list .slick-track .hero__link >a{
background: transparent !important;
border: 1px solid #ffffff;
color: #ffffff !important;
}
hmmm its not working. Not sure what im doing wrong
Please add the following code at the bottom of your assets/theme.css file.
.template-index .slideshow__slide .hero__link a.btn {
background-color: transparent !important;
border: 2px solid white;
color: #fff !important;
}
Hope this works.
Thanks!
Hello! I’m trying to do the same and it’s not working any more
helllo @recess-concept
can you please share your site URL and if any password then share password
Can you please share your site URL and if any password then share password .
Thanks!
Hi thanks for your help. Nothing has worked yet.
Here is the URL: https://recess-concept.com
Password: dopeoy
Please add the following code at the bottom of your assets/theme.css file.
.template-index .hero__inner a.btn {
background-color: transparent !important;
border: 2px solid white;
color: #fff !important;
}
Thanks!
hello @recess-concept
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.template-index .hero__inner a.btn {
background-color: transparent !important;
border: 2px solid #ffffff !important;
color: #fff !important;
}
I am trying to do a transparent shop now button on a minimal theme and I am not familiar with coding. I believe I want it on my slideshow photo… How can I make this happen?
Please share your store URL.
Hello,
the codes you have given aren’t working for me and I don’t have a theme.css file.
I am using Brooklyn theme and I have theme.scss.liquid Can you help me please?
Store name: https://babysium.myshopify.com/
pass: viacra
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.hero--adapt a.hero__cta, .hero__slide a.hero__cta{
background: transparent !important;
border: 2px solid #fff;
}
Hope this works.
Thanks!
It worked! Omg, thank you so much!
For theme Debut, this code does not work