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

    (@opajaap)

    wppa+ uses the same colors as your theme, to grant consistency.

    The best thing is to change the theme’s css file, or make a copy of wpp-style.css and place that copy in your (child)theme directory, see this explanation

    .wppa-box-text a:link {
        color: blue;
    }
    .wppa-box-text a:visited {
        color: purple;
    }
    .
    .
    . etc

    If the setting become overruled by another spec, add !important to it like:

    color: #7777FF !important;
    Thread Starter jpdeboer

    (@jpdeboer)

    Just made a copy of wpp-style.css and placed that copy in my theme directory.
    Added the code you specified, but no result.

    What am I doing wrong?

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    I need a link to the site to see if it is actually loaded, you can also inspect yourself the source from the browser.

    Look for something like

    <link rel='stylesheet' id='wppa_style-css'  href='https://{your site url}/wp-content/themes/{your theme}/wppa-style.css?ver=5-1-10-000' type='text/css' media='all' />

    Thread Starter jpdeboer

    (@jpdeboer)

    Thanks for your further reply, but for now I disabled the features I mentioned.
    So no problem with color anymore ??

    Thanks again!

    Kind regards,
    Jeroen

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Text/link colors adjustment’ is closed to new replies.