Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘Gmedia Gallery WordPress Plugin’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
Sorry, but I would like to display the label of Thumbnails Title (Label Under Image) in normal style on Phantom and PhantomPro modules.
How can I change the style of the Thumbnails Title? CSS?
Thanks for your help!
Primoz
What does it mean “in normal style”?
Sorry, I meant the font weight of the Thumbnails Title. I would like to switch from “font-weight: bold;” into “font-weight: normal;“.
How can I change the font weight of the Thumbnails Title? CSS?
Thanks for your help!
Primoz
Go to edit gallery -> Advanced Settings -> add to Custom CSS:
For the Phantom:
.gmPhantom_ThumbLabel { font-weight: normal !important; }
For the Phantom Pro:
.gmPhantomPro_ThumbLabel { font-weight: normal !important; }
