Shopify themes, liquid, logos, and UX
My website link: https://yosdujqz5pdwd0ns-92042887508.shopifypreview.com
Kids One Store: https://kidsonestore.se/
Hi @OneCap
Please put this css in theme.liquid before body closing tag </body>
<style>
product-item.product-item:after {
bottom: 0;
box-shadow: inset 0 0 152px #00000014;
content: "";
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
}
</style>
Thanks!
Go to your online store -> edit code -> theme.css file and paste this code there
.product-item {
background-color: #f5f5f5;
padding: 5px;
}
Hi @OneCap
Is this for all collection product? If it is try this one.
product-item.product-item:after {
bottom: 0;
box-shadow: inset 0 0 152px #00000014;
content: "";
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Add this code in your base.css file:
.product-item__image-wrapper.product-item__image-wrapper--multiple::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #00000017;
z-index: 999;
pointer-events: none;
}
Result:
Hi @OneCap ,
You can follow the steps here:
Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there
Here is the code for step 3:
product-item.product-item {
background: rgba(0,0,0,0.05);
}
Here is the result:
Please let me know if it works!
Best,
Daisy
Hi @OneCap
You can do that by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings
.product-item:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
box-shadow: inset 0 0 152px #00000016;
pointer-events: none;
}
- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- 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.
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024