Shopify themes, liquid, logos, and UX
Hey everyone, just need a hand on how to remove these icons at the bottom of my page. I assume I need to edit the code
Website Link: https://labubuworld.shop/products/for-labubu-v1-v2-idol-cute-doll-clothes-fashion-sweater-outfit-acc...
Solved! Go to the solution
This is an accepted solution.
Hi @Bunny2
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there
Here is the code for Step 3:
.multicolumn {
display: none !important;
}
Please let me know if it works. Thank you!
Hi @Bunny2 , go to base.css and add the following code :
.multicolumn-card__image-wrapper--third-width .media--square {
display:none;
}
Result:
hi i want to remove the icons and all the text how do i do that?
This is an accepted solution.
Hi @Bunny2
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there
Here is the code for Step 3:
.multicolumn {
display: none !important;
}
Please let me know if it works. Thank you!
Thank you so much. The screenshots also made it a lot easier!
Hello, @Bunny2
1) Go to Online Store
2) Edit Code
3) Find theme.css/base.css file
4) Add the following code in the bottom
.multicolumn.color-background-1.gradient.background-primary.no-heading {
display: none !important;
}
Thanks!
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