Shopify themes, liquid, logos, and UX
Hi everyone,
I've been using the Alchemy theme from Clean canvas for a while now, really happy with it.
On the homepage I have image tiles which link through to collections. I noticed that the text that was appearing on each tile is no longer there.
The text isn't appeatring on the theme customiser either. However, when i do a clean install of the theme, text appears on image tiles in the theme customiser.
I can't seem to resolve the issue with disabliing apps, and to my knowledge, I have not installed any new apps recently.
https://shop.snapemaltings.co.uk/
Can anyone help?
The app developers can't help unfortunately.
Solved! Go to the solution
This is an accepted solution.
Hey
I saw your homepage, and was able to debug the issue.
There is an app or some other css code which is overriding the overlay class of your theme styles.
Please add this code in your theme.liquid file before </body> tag
<style>
.img-block__img-wrapper .overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
display: flex!important;
left: 0;
align-items: center;
justify-content: center;
padding: 30px 20px;
text-align: center;
pointer-events: none;
}
</style>
Let me know how it goes.
Best Regards,
Aakash Ahmed
This is an accepted solution.
Hi @fotobydan
You can solve the issue by adding this CSS code at the bottom of your styles.css or styles.css.liquid file in Online store > Themes > Edit code > Assets
.img-block__img-wrapper .overlay { display: flex !important; background: transpartent !important; }
.img-block__img-wrapper .overlay .overlay__block { opacity: 1 !important; }
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- 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.
- En...Sign up now.
This is an accepted solution.
Hey
I saw your homepage, and was able to debug the issue.
There is an app or some other css code which is overriding the overlay class of your theme styles.
Please add this code in your theme.liquid file before </body> tag
<style>
.img-block__img-wrapper .overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
display: flex!important;
left: 0;
align-items: center;
justify-content: center;
padding: 30px 20px;
text-align: center;
pointer-events: none;
}
</style>
Let me know how it goes.
Best Regards,
Aakash Ahmed
Thanks Aakash.
This has worked, so thank you very much.
There's a slight issue with the sticky header logo they greys out when scrolling down, only when i scroll past the image tiles - only on mobile. (see screenshot)
Apart from that, the problem has been solved, thank you.
This is an accepted solution.
Hi @fotobydan
You can solve the issue by adding this CSS code at the bottom of your styles.css or styles.css.liquid file in Online store > Themes > Edit code > Assets
.img-block__img-wrapper .overlay { display: flex !important; background: transpartent !important; }
.img-block__img-wrapper .overlay .overlay__block { opacity: 1 !important; }
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- 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.
- En...Sign up now.
Many thanks for the two responses.
I added the code into the styles.css.liquid file and that's worked.
Thank you so much for the help.
Ahh, on further reflection, although it worked a treat on desktop, when i preview the shop on mobile, the tiles block everything so i had to delete the code.
Any idea how i can get it working on mobile too?
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