• Resolved kenjie20

    (@kenjie20)


    On a dark themed site, I noticed there are a few text blocks that I can’t change from being black text.

    I have tried playing with the options in Table V, however, these options have odd side-effects, like turning all the hyperlinks the same colour.

    On inspection they all seem to share the CSS .wppa-black

    Short of removing this class from my CSS, is there an easy way that I’m missing to only change the regular text?

    ( WIP example of this: http://www.longbowslair.co.uk/gallery/photo-gallery/
    Note Album text, and photo xx of yy text on images themselves )

    https://wordpress.org/plugins/wp-photo-album-plus/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    You can overrule the text color from the css as follows:

    Enter in Table IV-A15 of the settings page:

    .wppa-black {
    color:#00ff00 !important;
    }

    to make it green.

    Thread Starter kenjie20

    (@kenjie20)

    Spot on, I’m using

    .wppa-black, .wppa-black:hover {
    color: inherit
    }

    and it’s pulling theme colours nicely.

    Many thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing hard coded black text’ is closed to new replies.