Alter quote icon shortcode

Hi there,

You can see on this page https://thelanguagesherpa.com/russian-guide/ about halfway down, that I have a blockquote. In the text in the blockquote I have to quote icons that I added with shortcode.

Would you please tell me how I can change the colour of these quote icons and make them larger?

Thank you!
LS

Hi There,

Thanks for writing in! Could you please try adding the following CSS rule into your Theme Options > Global CSS area.

.x-icon.x-icon-quote-left, .x-icon.x-icon-quote-right {
    color: red;
    font-size: 36px;
}

Hope that helps.

Thanks, Darshana!