Okay
  Public Ticket #1069888
blog appearance
Closed

Comments

  • Janelle started the conversation

    I was wondering a few things:

    1. how to change the size of the title's on the blog posts so that they're smaller?

    2. how to get rid of the excerpts, so it is just the date and the title within the box?

    3. once there are no more excerpts, how to make the white content wrapper box shorter?

    Thank you so much!

  •  8,403
    Tahir replied

    Hey Again,

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

    .masonry.classic_enhanced article.post .excerpt {
        display: none !important;
    }
    .masonry.classic_enhanced .masonry-blog-item .article-content-wrap {
        padding: 7% !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Janelle replied

    Hi Tahir, thanks so much!

    is there also a way to make the blog titles smaller? I see right now they are H3 I believe?

    Thank you!

  •  8,403
    Tahir replied

    Hey Again,

    You can adjust the Heading 3 Field in Salient Theme Options Panel -> Typography Section to adjust it  .

    Be.st 


    ThemeNectar Support Team