What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Problem with complete your look

Solved

Problem with complete your look

robertsolcan
Excursionist
39 0 4

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 thereScreenshot 2024-10-14 at 12.26.12.png. My site is : bymo.es

Accepted Solution (1)
GTLOfficial
Shopify Partner
672 141 136

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

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
6346 1721 2079

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

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


Dan-From-Ryviu
Shopify Partner
10296 2044 2115

Hi @robertsolcan 

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;
}

Screenshot 2024-10-14 at 16.35.20.png

- 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.

GTLOfficial
Shopify Partner
672 141 136

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

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh