All things Shopify and commerce
Hey community,
How are you doing.
I'm trying to add this card feature on top of the product image so there is no space between the product images.
As You can see in the example below.
this is my site URL: www.lasdunasbyron.com
Thanks for your time and help! 🙂
You can do that by adding this CSS code at the bottom of your base.css file in store admin > Sale channels > Online store > Themes > Edit code > Assets
@media only screen and (min-width: 768px) {
.card__content {
position: absolute;
}
.card-wrapper:hover .card__content .card__information {
background: #999;
}
}
- Helpful? Like and Accept solution! Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: 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.
Hi,
I added this code but it has put the text at the top of the image. Can you help me change the text to be at the bottom left corner and not right on the edge?
https://nuijewellery.com.au/collections/new-arrivals
Thank you
Hi, you solved it. Congrats
- Helpful? Like and Accept solution! Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: 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.
I did but there's a couple issues. 1. it's not showing on mobile. 2. I need to add spacing from the left edge so it's not right on the edge. PLEASE HELP!!
Thank you!
Go to your base.css file, remove those lines that wrap your code to make it work for mobile .
You can add value to the left in that code to make it the left edge.
- Helpful? Like and Accept solution! Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: 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.
Here is the easy guideline that you can follow.
https://www.youtube.com/watch?v=Oub7JrMLl2I
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024