• Hi

    This is a great plug-in.

    I am trying to change the font color on the click-able text on Album Pages. All page titles and headings on the site are red except for the click-able gallery titles on the Album pages.

    Please excuse my lack of knowledge but how do I change this text color? It does not look like I can change it through the WP theme. Is it done on the nggallery.css stylesheet? If so where? If not???

    Thanks in advance.

    Wayne

    https://www.ads-software.com/extend/plugins/nextgen-gallery/

Viewing 3 replies - 1 through 3 (of 3 total)
  • NGG style sheet doesn’t set link font color so you’ll need to add your own rule. Perhaps something like

    .ngg-albumoverview a {
    	color: red;
    }

    Did you fine a solution? I’d like to change color font as well

    I found!

    In fact, the color font for galleries in an album is the same for the links. If you change your link color, it will change the color font of your gallery title.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: NextGEN Gallery] How to change font colour on Album Pages’ is closed to new replies.