Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
Can you please share how to make it possible to click on the product/collection photo to submit to it instead of the title on mobile?
website www.amberound.com
Thank you
Can you send a screenshot of what you want to do
I want that I can click on image not only on product name.
Hi @Atsimataves
You can do that by adding this code to your theme.liquid file, after <head> in Online Store > Themes > Edit code
<style>
@media (max-width: 749px) {
.card__heading a:after { position: absolute !important; }
}
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hello @Dan-From-Ryviu, thanks for your message. Is it possible to make it work on both phone and computer screens?
Thank you!
Please update the code
<style>
.card__heading a:after { position: absolute !important; }
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hello @Dan-From-Ryviu, I tried this code, it works, but not for everything. At the bottom of the main Home page there are product categories that do not click. Only text can be clicked.
Thank you for trying to help me!