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

    Hi, is there a way to change the colour of the vertical bar that is drawn alongside blockquotes?

    I’d like to change it for one specific element that is contained within a colour section. The bar colour does not go well with the background colour section colour.

    Thanks

    #1017664

    Hey Heathcliffe,
    Since it is for one color section, try giving your color section a custom class such as “custom-color”
    you can enable the custom classes at: Enfold Theme Options > Layout Builder > Show element options for developers

    Then Please try this code in the General Styling > Quick CSS field:

    .main_color .custom-color blockquote {
    	    border-color: red !important;
    }

    Best regards,
    Mike

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