Archived topic
PullQuote Format Line Colour
1 reply · Started by Justin on November 2, 2022
Viewing posts 1–2 of 2
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?
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,
This archived topic is closed to new replies.