Support Forums

Got a question? Post it here. We'd love to help.

Knowledge Base:

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthormmparke
    • CommentTimeJul 29th 2008 edited
     

    Can we make the contrast between the background and the text on BlockQuotes stronger? (smudging on pic is intentional)

    •  
      CommentAuthorptrkmkl
    • CommentTimeJul 29th 2008
     

    Search your primary stylesheet (in your case, I'm guessing either styles.css or styles_default.css) for:

    blockquote {

    and locate a color code. Something like:

    color:#333;

    Change the hex code to something more desirable. Perhaps:

    blockquote { color:#000; }