How can I change the default font of Nextgen Gallery to Georgia? What I would like to do is alter the text featured in the titles/descriptions.
How can I change the default font of Nextgen Gallery to Georgia? What I would like to do is alter the text featured in the titles/descriptions.
On my site this works.
.ngg-gallery-thumbnail { font-family: georgia;} changes the thumbnail caption which is what I assume you mean by Titles.
.ngg-imagebrowser-desc { font-family: georgia; } changes my Descriptions ok.
I use a theme with custom includes which means that I can update or add css without touching any issued files. If your updating the css directly (ie. editing a css file in the plugin) then take a backup before you start making changes. Preferably use a test service first.
thanks, Toshi!
You must log in to post.