Forums

WordPress Portfolio Plugin (WP Portfolio)
Changing CSS not working (3 posts)

  1. elucia1
    Member
    Posted 1 year ago #

    Hi there
    I am attempting to change the font color of the portfolio website title and link color by adding "font-color: #000000;" to the CSS style sheet your plug in provides.

    Changes to the CSS do not appear on the page.

    I've also tried pasting the CSS into my child theme's css but that does not seem to work either.

    a little confused as to how this works...

    how do I change the font colors?

    thanks

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Try using color:#000;.

  3. Dan Harrison
    Member
    Plugin Author

    Posted 1 year ago #

    This is a just a matter of understanding how CSS works.

    .website-name a,.website-url a {
        text-decoration: none;
    }

    becomes

    .website-name a,.website-url a {
        text-decoration: none;
        color: #000;
    }

    If that doesn't work, then you have an issue with the order in which CSS files are loaded. And you'll need the help of developer/designer to fix it.

    Regards
    Dan

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic