Change color of a pullquote

  • Unknown's avatar

    Hi, How do I change the color of a pull quote text? Also how would I change the font of the pullquote. I tried using font-color: #EEEEEE; as a test but it does not work. This is what my css looks like for the pull quote:
    span.pulledquote {
    border-bottom-color: #167ca2;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-top-color: #167ca2;
    border-top-style: solid;
    border-top-width: 3px;
    box-sizing: border-box;
    display: block;
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.5;
    margin: 10px 0;
    padding: 5px 10px;
    width: 100%;
    }

    website: brendanvryan.com

    The blog I need help with is brendanvryan.com.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, for font color, you use just “color” like this:
    color: #eee;
    I tried that in your CSS and it changed the font color of your pullquote.

  • The topic ‘Change color of a pullquote’ is closed to new replies.