Site logo

[Support request] PullQuote Format Line Colour

Home Forums Support [Support request] PullQuote Format Line Colour

Home Forums Support PullQuote Format Line Colour

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2398141
    Justin

    I changed my global colours on the site library but the pull-quote vertical line is still purple. Is there a way to update the colour of this line?

    #2398229
    David
    Staff
    Customer Support

    Hi there,

    the color is set using CSS. Go to Customizer > Additional CSS and look for this:

    
    blockquote {
        font-size: 22px;
        color: #666666;
        border-left: 2px solid #745acc;
        margin: 40px;
        padding: 0px 20px 0px 30px;
    }

    Change the border-left value #745acc to the color you require,

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.