Shopify themes, liquid, logos, and UX
can anyone teach me how to remove that button on that add to cart button?
Solved! Go to the solution
This is an accepted solution.
use this
.button.atc-btn .button-arrow {
display: none;
}
.button.atc-btn:hover {
background-color: #e61f93;
color: #ffffff;
}
Paste this code at the bottom of 'base.css' or 'theme.css' or 'style.css'
.button.atc-btn {
display: none;
}
Sorry, its not working. It remove the entire add to cart button
This is an accepted solution.
use this
.button.atc-btn .button-arrow {
display: none;
}
.button.atc-btn:hover {
background-color: #e61f93;
color: #ffffff;
}
Gosh! It worked!
Thanks!
Good to help @Sheeks seems like you have lot issue/question on how to change your theme
I highly recommend you read my below post and try to learn it using YT
and ask chatGPT hey this is my html write a CSS to do X
that's a super power
Sorry I misunderstood your question. Try this code
.button{
border-color: #e61f93 !important;
color: #e61f93 !important;
}
.button-arrow{
display: none;
}
If it's part of theme see if there is anyway to remove it with there settings
but if that's not the case fix that using HTML/CSS I don't know how much HTML/CSS you know but if you know that's very simple
Inspect your code first you can do open that with
cmd+swift+I
or just right click there is inspect option at the bottom
it opens like this
now go and inspect that icon "better watch some video on how to do that" search for inspect in browser
once you know that copy that part of code and give it Chatgpt
and ask how to remove this using html/css/js
paste that code in your theme settings and it will remove that
if you share the page I'll fix that.
Why do you want to remove it? How will people proceed to checkout?
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024