Okay
  Public Ticket #914730
Masonry Blog Except Text Size
Closed

Comments

  •  2
    Carter started the conversation

    Hi! I have a few places on my website where recent posts are shown... currently with the excerpt under the post. The problem, the excerpt font is too large. How do I change this font?

  •  8,996
    Tahir replied

    Hey Carter, 

    Your site needs a password for viewing , could you please provide it so that i can write up the css for it. 

    Thanks 


    ThemeNectar Support Team 

  •  2
    Carter replied

    Sorry! Site password is "dtpl". Thanks again!

  •  8,996
    Tahir replied

    Hey Again,

    Try adjusting the Body Font in Salient Theme Options Panel -> Typography Section . 

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

    .row.blog-recent.columns-3 p {
        font-size: 12px !important;
        line-height: 14px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Carter replied

    Thank you! Very helpful.