Okay
  Public Ticket #1093596
Blockquote design
Closed

Comments

  •  2
    Kristian started the conversation

    Hi.

    I added a blockquote to a blog post. I need to add a line next to the text (see attachment). Is this possible to add in any way? I've looked through the support forum and the settings, but I can't seem to find anything.

    Thank you.

    - Kristian

  •  9,000
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Kristian replied privately
  •  9,000
    Tahir replied

    Hey Again,

    Hope you had a Great Weekend.

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    blockquote {
        border-left: 2px solid #f00;
        padding-left: 10px;
        margin-left: 30px;
    }

    Thanks


    ThemeNectar Support Team