Picture Titles
-
How do I remove image titles from all of my pictures? I just upgraded my website so I can use CSS and I cannot figure out how to do this. For example, if you look in my ‘Engagement’ gallery, you will see the pictures have names like ‘A(1)’, ‘A(13)’, ‘A(6)’, etc. I want these gone.
The blog I need help with is: (visible only to logged in users)
-
Hi, those values are the name of the images.
For example, if your image was called ABC.jpg, then you may see ABC listed as the title.
You could manually set image titles through the image itself via your WP dashboard:
http://cl.ly/image/2y2k0C1O2x31
For hiding it via CSS, you can use this line:
`
.jp-carousel-titleanddesc-title {display:none;}
` -
I couldn’t get it to work via CSS. But manually setting the image titles ended up helping. I guess I will have to do it that way for now until I can figure out this darn CSS stuff. Thank you for your help.
- The topic ‘Picture Titles’ is closed to new replies.