Removing filename and image source from site.
-
I’ve seen this topic but not how to fix the issue.
My website is http://www.SeededVisions.com
I don’t want the filename or image source showing at the bottom of the page (or anywhere) when someone clicks on an image.
How do I remove this? Thank you!The blog I need help with is: (visible only to logged in users)
-
Hi there,
If you don’t want the image meta-data to show in the image carousel, you can disable that from your media settings:
https://seededvisions.wordpress.com/wp-admin/options-media.php
As for the file name, if you set a title for your images in the media library, that will show instead of the file name. However, if you want to hide it completely, the only way to do that is using custom CSS:
/* Hide image filename/title in gallery carousel */ .jp-carousel-titleanddesc-title { display: none; }You can add that code at My Site ->Design ->Customize ->Custom CSS
-
Thank you very much for your help. That helps. I’m not a code literate so we won’t go there. :D
- The topic ‘Removing filename and image source from site.’ is closed to new replies.