• Just curious if there is a way to change the post Title text color and/or the excerpt text body color?

    I assume it’s somewhere in the CSS but didn’t want to fiddle around until I had a more clear idea.

    Thanks,

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Additional/custom css:

    .rpwe-block h3 a {
      color: #000;
    }
    .rpwe-summary {
      color: #000;
    }
    Thread Starter bkkcanuck

    (@bkkcanuck)

    While I greatly appreciate you taking the time to send this code over it doesn’t appear to have made any change.

    I unclicked the “use default styles” box, I assume that is correct?

    I added the extra lines you sent into the code for each item. Mine looks like this

    .rpwe-block h3{
    background: none !important;
    clear: none;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-weight: 400;
    font-size: 12px !important;
    color: #5f497a; !important;
    line-height: 1.5em;
    }

    .rpwe-summary{
    font-size: 12px;
    color: #000; !important;
    }

    What am I doing wrong? I see zero change.

    Appearance->Customize->Additional CSS and extra css…

    Thread Starter bkkcanuck

    (@bkkcanuck)

    Yes I put it in there as well, but still no color change.

    OK I got it, there is another CSS place for the theme I am using Divi in the theme options and when I put the code there and put the important tag correctly it’s working like a charm..

    Thank you very much for your patience, greatly appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing Text Color’ is closed to new replies.