Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘Modules’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
Hello!
I would like to try to center the Title of the images when it is displayed under the photos. Also, I would like to remove the lines that are under the texts that lead to a link so that all the text look the same, regardless of if a website is linked to the images.
Thank you!
Here is the CSS for Phantom module:
.gmPhantom_ThumbLabel { text-align: center; }
.gmPhantom_ThumbLabel a,
.gmPhantom_ThumbLabel a:hover { color:white !important; text-decoration:none; }