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 & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...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
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025