• Hi –
    I am using NextGen Gallery and NextGen Smooth to post slideshows of pictures with titles. The titles come from the alt & Title Text box of the manage gallery area.

    I wanted to make the text larger when it shows on the picture frame. I cannot seem to find what code change and in which css file to do this. Can someone please direct me to where I can make this change.

    My blog is at http://www.beadscrystalsandmore.com/blog/
    Thank you in advance for your help.
    Rich

Viewing 2 replies - 1 through 2 (of 2 total)
  • Change the font-size value in the following rule located in jd.gallery.css, line 75.

    .jdGallery .slideInfoZone h2 {
    	color:inherit;
    	font-size:80%;
    	font-weight:bold;
    	margin:2px 5px;
    	padding:0;
    }

    Thread Starter richokun

    (@richokun)

    Joseph –

    THANK YOU – that worked. I went into the file and changed the 80% value to 135% and got the affect I wanted – I truly appreciate your assistance..

    You may not know the answer to this, but if possible I wanted to replace the carousel with the slideinfo (on the top instead of on the bottom). If you can help me in that too I would be grateful, if not no problem, please know that I am very grateful for the help on the font size.
    Rich

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Nextgen Gallery] adjust font size’ is closed to new replies.