Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28417

    Hi – How can I easily change only the font color of only normal text (aka not links) within block quotes? Thank you

    #137481

    Hey,

    You can use this on your Quick CSS:

    .main_color blockquote {
    color: red;
    }

    Regards,

    Ismael

    #137482

    You are the man Ismael!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change font color of block quote’ is closed to new replies.