Shopify themes, liquid, logos, and UX
Hey guys.
Hope you have a good day. Any idea how we can remove the section "Goes great with" from the "cart page"?
Website: https://soulmart.ca (pass: kona)
cart page example: https://prnt.sc/soQlHbE3mdip
Expanse theme
I was trying to do it myself, with no success.
Thank you in advance for any help.
Solved! Go to the solution
This is an accepted solution.
If you can't find theme.css, as @AvadaCommerce mentioned, go to edit code > sections > cart.liquid or snippets > cart.liquid and add this:
<style>
.cart__item-row.cart-recommendations{
display:none!important;
}
</style>
Hi @NikiSoulMart,
Please edit your theme code to remove it:
- From you Shopify admin, go to Sales channel > Online Store > Theme > Actions > Edit code
- Open the Assets/theme.css file and paste this code at the bottom of the file
.cart__item-row.cart-recommendations{
display: none !important;
}
- Hit Save
I hope it helps.
AVADA - Top Rated App for Email, SMS, Popups
Check our website for full features and start a FREE TRIAL.
Install another app to boost sales, 100% FREE
Hi @NikiSoulMart easiest way, go to edit code > assets > theme.css and add this at the beginning of the file:
.cart__item-row.cart-recommendations{
display:none!important;
}
Code has been added, unfortunately, nothing has changed. Please see below:
Strange
I tried this one too and nothing has changed, hmmm.
Do you have theme.css file? The one you showed is theme.css.liquid
AVADA - Top Rated App for Email, SMS, Popups
Check our website for full features and start a FREE TRIAL.
Install another app to boost sales, 100% FREE
This is an accepted solution.
If you can't find theme.css, as @AvadaCommerce mentioned, go to edit code > sections > cart.liquid or snippets > cart.liquid and add this:
<style>
.cart__item-row.cart-recommendations{
display:none!important;
}
</style>
@AvadaCommercevery good point. No we don't have theme.css only theme.css.liquid.
@MarinaPetrovicThank you so much, it works now.
Have a great day
@NikiSoulMart Go to assets/theme.css and paste
.index-section
{
display:none !important ;
}
below css at bottom of file.
User | RANK |
---|---|
129 | |
92 | |
77 | |
70 | |
41 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022