Okay
  Public Ticket #494002
Blockquote formating
Closed

Comments

  •  1
    Tim started the conversation

    Using bbpress with the theme. When blockquotes are used, it increases the size of the font by 100% or more and doesn't look very much like a quoted block of text. I read on bbpress forums about adjusting a css file. I have looked and tried to use different blockquote code settings in the style.css and it doesn't change anything.

    Is there another css file I should be adjusting?

    Any suggestions on the blockquote code to use to make it look more like a traditional quote once I have the correct css file to change?

    Thanks!

    Take care...




  •  8,987
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #bbpress-forums blockquote {
        font-size: 13px;
        font-family: \'OpenSansLight\';
        line-height: 40px;
        padding-left: 0px;
        letter-spacing: 0.5px;
        margin-bottom: 30px;
    }

    Thanks



    ThemeNectar Support Team