Problem with complete your look

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

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 tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

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

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


Please let me know if you have any question

1 Like