Okay
  Public Ticket #1917126
Change font size heading for recent posts
Closed

Comments

  • Katarina started the conversation

    Hi, 

    is it possible to change the heading font size one the "recent blog posts" in my start page? I'd like to make it I bit bigger.

    Kind regards / Katarina 

  •  8,996
    Tahir replied

    Hey Again, Hope you had a Great Weekend, 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .blog-recent[data-style="default"] .col .post-header h3 {
        font-size: 26px !important;
        line-height: 32px !important;
    }

    Thanks


    ThemeNectar Support Team