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
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024