Okay
  Public Ticket #156931
Blog Quote Background Color
Closed

Comments

  • Emily started the conversation
    Is there any way for me to use my Extra Color #1 for the background color of a quote within my blog. Currently I can only use my main Accent Color as the background color.
  •  1,043
    ThemeNectar replied

    Hey Emily!

    Use this in your Custom CSS box located in your Salient Options panel:

    body article.post.quote .post-content .quote-inner { 
       background-color: #f93f3f!important;
    }

    Cheers :)