Support » Plugins » [Plugin: WordPress NextGen GalleryView] Can't change caption color

  • bswb97

    (@bswb97)


    I’m trying to customize the caption font color for WordPress’ GalleryView For NextGen Gallery plugin.

    Please see the example here:

    http://www.thinkimagine.com/gallery-test/

    The black bar is where the caption is — highlight it and you’ll see that it’s pulling the caption. It’s inheriting the H2 black color from the baseline CSS.

    The native callout is:

    h2, h2 a, #top .siteheading, #top .siteheading a {
    color: #222;
    }

    The immediate class containing the text is .panel-overlay. I would think using the following would work.

    h2.panel-overlay {
    color: #fff !important;
    }

    When I test in Chrome Element, I see that my element is overwritten despite the !important callout. If I uncheck the original one in the inspection tool, then the text turns white due to my override.

    Maybe there’s something easier here that I’m missing?

  • The topic ‘[Plugin: WordPress NextGen GalleryView] Can't change caption color’ is closed to new replies.