Zoom image

Solved

Zoom image

SPStore
Shopify Partner
18 0 5

My theme is broadcast and I would like to remove the title on the left when zoom on image product 
Immagine WhatsApp 2024-09-11 ore 12.05.27_0dc81038.jpg

Then I want the backgound of the "X" transparent and not white

Thank you for the support

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
8202 1972 2409

This is an accepted solution.

Hi @SPStore 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

@media only screen and (max-width: 749px){
.pswp__caption__center, .pswp__caption.pswp__caption--empty {
    display: none;
}
.pswp__custom-close {
    background: transparent;
}
}

 

And Save. 

Result:

Made4uoRibe_0-1726166392364.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
8202 1972 2409

This is an accepted solution.

Hi @SPStore 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

@media only screen and (max-width: 749px){
.pswp__caption__center, .pswp__caption.pswp__caption--empty {
    display: none;
}
.pswp__custom-close {
    background: transparent;
}
}

 

And Save. 

Result:

Made4uoRibe_0-1726166392364.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
SPStore
Shopify Partner
18 0 5

Very well! Thank you so much