I want to add text here how can ,I do that by Custom liquid
Hello @WrinkMedic
A few questions:
- Is this text the same for all images?
- What is your current store URL?
I made this by Custom liquid so I want to add it to it
Sorry, I’m not getting your point.
Please share your store URL with the specific product where you want this text.
wrinkmedic.shop if you are wanting this
I have 202 Products So I wnt display it on every product page
Do you want something like this?
If yes then you need to add that text in the product slider li
Like this https://prnt.sc/VcMuvZjZVhKx
and then apply the below css
position: absolute;
top: 0;
z-index: 10;
color: #fff;
background: rgb(0, 0, 0, .7);
left: 0;
right: 0;
text-align: center;
font-size: 18px;
Let me know if this works or I can help you to place this if you want.
Hi @WrinkMedic
Kardeşim ihtiyacın olan bu mu?
Bunu özel bölüme eklemek için mağazanıza ortak çalışan erişimine ihtiyacım olacak.
Yes I want something Like this Can’t you just give me the code?
Hey @WrinkMedic ,
Unfortunately the example image is not a liquid file, rather a crude prototype using good ole html and css. To add it to your custom section we’ll need to edit the code.


