Jump to content

Image Alt-Text Appear on Hover

Recommended Posts

Posted

Hello, 

 

I'm trying to have the Alt-Text appear on the bottom of the image when I hover. Like below. 

I've also included some effects on hover - it rotates several degrees on hover. 

Any idea if there's a way to add the alt-text to this on CSS? 

 

THANK YOU!

Screenshot 2023-09-26 at 3.45.23 PM.png

  • Replies 9
  • Views 2.7k
  • Created
  • Last Reply

Top Posters In This Topic

  • 3 weeks later...
Posted

Try this to Website Tools (under Not Linked) > Code Injection > Footer (for first image, If it works, I will give guide for other images)

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
  $('.fe-block-5aa17825ebb3f929e35b').hover(function(){
    $('.fe-block-yui_3_17_2_1_1695729662197_6283').addClass("show");
}, function(){
    $('.fe-block-yui_3_17_2_1_1695729662197_6283').removeClass("show");
  });
</script>
<style>
  /* hide first text */
.fe-block-yui_3_17_2_1_1695729662197_6283 {
    opacity: 0;
}
.show {
    opacity: 1 !important;
}
</style>

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Posted

Hi! Thank you for this! 

Just tried it and it made the image disappear on load & it only appears when I hover over the area. No sign of the alt text as well. 

 

Posted
On 10/23/2023 at 7:49 PM, theproper said:

Hi! Thank you for this! 

Just tried it and it made the image disappear on load & it only appears when I hover over the area. No sign of the alt text as well. 

 

So this is not what you want? " it made the image disappear on load & it only appears when I hover over the area"

image.png.48ea7edaaa20f2807b6ab9a4f7e71427.png

Can you describe what you want?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Posted

Yes - 

Initial: Hide title (copy) under image

Hover on image: to reveal title under image

 

Right now, the image is what disappears not the title. And image only shows when I hover over the area. 

 

 

  • 2 weeks later...
Posted
On 10/27/2023 at 10:01 AM, theproper said:

Yes - 

Initial: Hide title (copy) under image

Hover on image: to reveal title under image

 

Right now, the image is what disappears not the title. And image only shows when I hover over the area. 

 

 

Can you keep this line? I can test code again easier

image.thumb.png.051717db9b2207d988a0ad0a0b37f457.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.