Support » Plugin: WordPress Gallery Plugin - NextGEN Gallery » Change font in Album Template

  • Dear Sir/Madam,

    I searched and tried everything to change the font type, and size but I’m too stupid to find it.

    I have installed nextgen gallery and on my page I have these code:
    [album id=6 template=extend]

    The font is Courier new and I want it in Verdana. I used Firefox and firebug but i don’t understand the codess.

    Tried to edit nggallery.css at line 71 is this code:
    .ngg-description {
    text-align: left;
    }

    Maybe I have to change that?
    Please is there anyone who can help me out thanks in advance!

    Regards
    marteen

    http://wordpress.org/extend/plugins/nextgen-gallery/

Viewing 1 replies (of 1 total)
  • To change the font and size of the album tile you can use
    .ngg-albumtitle { font-family: verdana; font-size: 14px; }

    To change the album description (the part that says “nn Photos”)
    .ngg-description { font-family: verdana; font-size: 14px;}

    This worked for me using firebug to test it.

    You’ll need to find the correct css file to edit. I use a theme with a custom css function so put my css there not in the theme css files.

Viewing 1 replies (of 1 total)
  • The topic ‘Change font in Album Template’ is closed to new replies.