Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Product Page - Modifications

Solved

Product Page - Modifications

ErhatRO
Excursionist
60 1 5

Oversize Heavyweight Fleece Hoodie - 460 GSM – RIGHTEOUS OFFICIAL.jpeg

Oversize Heavyweight Fleece Hoodie - 460 GSM – RIGHTEOUS OFFICIAL.jpeg

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! 

Accepted Solution (1)
DaisyVo
Shopify Partner
841 107 124

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 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 8 (8)

DaisyVo
Shopify Partner
841 107 124

Hi @ErhatRO 

 

Could you please share the password of your store with me so I can check it?

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
ErhatRO
Excursionist
60 1 5

Hi @DaisyVo 

right5785*

RIGHTEOUS OFFICIAL

DaisyVo
Shopify Partner
841 107 124

Hi @ErhatRO 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

@media screen and (max-width: 768px){
product-info .product .slider-buttons.quick-add-hidden {
    display: none;
}
}

 

Here is the result: https://prnt.sc/Z5blMaLP-G1m 
 
Regarding issue number 2 you mentioned, that circle is the close button. If it's hidden, you won't be able to close the image. It's essential to keep it visible for users to close the image or pop-up easily.
 
I hope this helps
 
Best,
 
Daisy 
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
ErhatRO
Excursionist
60 1 5

Hi @DaisyVo 

Thank you! That worked!

Is there a code to put an X or "close" inside of the circle?

DaisyVo
Shopify Partner
841 107 124

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 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
ErhatRO
Excursionist
60 1 5

It says it cant be published

DaisyVo
Shopify Partner
841 107 124

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 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
ErhatRO
Excursionist
60 1 5

@DaisyVo 

Perfect! Thank you!