Forums

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

  1. elucia1
    Member
    Posted 11 months 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 11 months ago #

    Try using color:#000;.

  3. Dan Harrison
    Member
    Posted 11 months 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

Reply

You must log in to post.

About this Plugin

About this Topic