Shopify themes, liquid, logos, and UX
Hello!
I’m hoping I may get assistance with the following:
1. Removing the image counter on the product page < 1/2 >
2. When clicking on a product it zooms in and there is a circle in the top right. I would like that removed.
Thank you!
Solved! Go to the solution
This is an accepted solution.
Hi @ErhatRO
Could you please try again with these steps
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head>
<style>
@media screen and (max-width: 768px){
product-modal .product-media-modal__dialog button[aria-label="Close"]::after {
content: "X";
}
}
</style>
Let me know if it works!
Best,
Daisy
Hi @ErhatRO
Could you please share the password of your store with me so I can check it?
Best,
Daisy
Hi @ErhatRO
@media screen and (max-width: 768px){
product-info .product .slider-buttons.quick-add-hidden {
display: none;
}
}
Hi @ErhatRO
Please add this code in the same place
@media screen and (max-width: 768px){
product-modal .product-media-modal__dialog button[aria-label="Close"]::after {
content: "X";
}
}
I hope this helps
Best,
Daisy
It says it cant be published
This is an accepted solution.
Hi @ErhatRO
Could you please try again with these steps
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head>
<style>
@media screen and (max-width: 768px){
product-modal .product-media-modal__dialog button[aria-label="Close"]::after {
content: "X";
}
}
</style>
Let me know if it works!
Best,
Daisy
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