Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘PhotoTravlr Gmedia Module’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
Is it possible to remove the file name and the author from the gallery with some custom CSS?
I saw the forum post below that had the same issue with the Photomania module but I could not find any details for using something similar on PhotoTravlr.
https://codeasily.com/community/topic/css-for-removing-slide-title-and-author-in-photomania/
Save code below to Custom CSS field (PhotoTravlr module only):
.gmpmp_name_wrap {
display: none !important;
}Awesome! Works perfectly! Thank you for the uber-fast reply!
