Okay
  Public Ticket #1735567
Blog font size
Closed

Comments

  • jrod014 started the conversation

    Hello,


    I'm using the classic enhanced blog layout and wanted to know what CSS to edit in order to change the blog title font size?

    I tired adding a custom class with no luck.

    Any help in the right direction would be much appreciated, thanks!

  •  8,998
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   jrod014 replied privately
  •  8,998
    Tahir replied

    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*="classic_enhanced"] h3.title {
        letter-spacing: -1px;
        font-size: 28px;
        line-height: 32px;
    }

    Thanks


    ThemeNectar Support Team 

  • jrod014 replied

    Perfect, that worked like a charm, thank you!

    Awesome support!