Okay
  Public Ticket #1068529
Blog page styling (read more and title)
Closed

Comments

  •  2
    kreed4 started the conversation

    Would like to change styling of two elements:

    1) Reduce the size of the Post's header font

    2) Instead of a button for the "read more" link, I'd like to have just colored, bold text (perhaps with an arrow next to it).  How can I change the styling of the excerpt link?  Thanks.

  •  8,999
    Tahir replied

    Hey Again,

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

    article.post .post-header h2 {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    2: I am afraid that would require custom work . 

    Thanks


    ThemeNectar Support Team