How to hide Alt text from images

Solved

How to hide Alt text from images

GLEBEDIN
New Member
6 0 0

I imported my images and some appear with Alt text in the footer and some do not.

I know I can go into individual images and remove the Alt text but how can I automatically

hide all Alt text image footers?

 

GLEBEDIN_0-1734185238325.png

 

Accepted Solution (1)

DaisyVo
Shopify Partner
2812 337 390

This is an accepted solution.

Hi @GLEBEDIN 

 

I hope you are well. You can follow our instructions below:


Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
Step 3: Copy the code below and paste it there

 

Here is the code for Step 3:

 

.product-single__media > span.figcaption {
    display: none !important;
}

 

 

image (36).png


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

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 2 (2)

DaisyVo
Shopify Partner
2812 337 390

This is an accepted solution.

Hi @GLEBEDIN 

 

I hope you are well. You can follow our instructions below:


Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
Step 3: Copy the code below and paste it there

 

Here is the code for Step 3:

 

.product-single__media > span.figcaption {
    display: none !important;
}

 

 

image (36).png


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

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
GLEBEDIN
New Member
6 0 0

Hi DaisyVo, it worked ! Thanks for the help.