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
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
Hey @robertsolcan
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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
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