All things Shopify and commerce
Hello! I have two problems in the quick add section; the button looks off and i want the badge there to look smaller or to be cut off from there. My site is : bymo.es
Solved! Go to the solution
This is an accepted solution.
Go to online store ----> themes ----> actions ----> edit code---->find file component-card.css--------> Add this code at the very bottom
.complementary-slide .card__badge {
display: none !important;
}
Create a new Snippets-> Name :- icon-arrow --> and add this code and and save it
<svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</path></svg>
Please let me know if you have any question
Hey @robertsolcan
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>
.quick-add.no-js-hidden span.icon-wrap {
display: none !important;
}
.complementary-products__container .card--horizontal .card__inner {
max-width: 40% !important;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
You can solved it by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings
.complementary-products__container .card--horizontal .card__inner {
max-width: 40% !important;
}
- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is an accepted solution.
Go to online store ----> themes ----> actions ----> edit code---->find file component-card.css--------> Add this code at the very bottom
.complementary-slide .card__badge {
display: none !important;
}
Create a new Snippets-> Name :- icon-arrow --> and add this code and and save it
<svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</path></svg>
Please let me know if you have any question
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, 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, 2024