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

    Hello, how can i change the quote bar color inline (inlcuding the text by the way)?
    sometimes it needs to be white, sometimes #61106a
    best regards, jelle vanhijfte

    • This topic was modified 1 year, 10 months ago by jeel147.
    • This topic was modified 1 year, 10 months ago by jeel147.
    #1378421

    Hey,

    Thanks for contacting us!

    If you are using blockquote inside text block element, you can edit your Text Block element and give it custom CSS (“custom-quote” in example below) class in Advanced > Developer Settings tab and then add following code to Quick CSS field in Enfold theme options > General Styling

    
    .custom-quote blockquote {
      border-color: blue;
      color: red;
    }
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.