Hi, I’ve created a slider, and for each image I try to set an alternative text (filling “Thumbnail Alt [SEO]” and “ARIA Label”), but seems it’s not shown. Any idea?
This topic was modified 1 year ago by Maurizio Zani.
This topic was modified 1 year ago by Maurizio Zani.
You can find the alt tag of background images at the Slide element -> Style tab, lower at the SEO section as “Image Alt [SEO]”.
So you have tried to change the thumbnail’s alt tag, but that was only created for the thumbnail images. And the ARIA label is a different attribute created for screen readers, to improve accessibility.
I checked out your page, and as you see here, your alt tag and title is there. So something seems to be wrong with your inspection, as these parameters appear at your image.
The title attribute does that functionality, but only on elements, which are on top. The background image is on back, where your mouse cannot reach, so you cannot hover over it. If you would like to have your image on top, you should use an Image layer instead. Add it to your slide and that will display the title on hover.
Perfect, it works. I’ve removed the background (my original picture) and added this picture as a layer. Now I’ve only to remove the margin between the layer and the background… Thanks!