[Support request] How to change background css colour of quote

Home Forums Support [Support request] How to change background css colour of quote

Home Forums Support How to change background css colour of quote

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #902693
    sebastian

    How do I change the background colour of the quote formatting?

    Many thanks

    #902700
    David
    Staff
    Customer Support

    Hi there,

    you can use this CSS – included background, text and border color just remove or change what you need:

    blockquote {
        background-color: #eeeeee;
        color: #222222;
        border-color: #000000;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.