Okay
  Public Ticket #2328357
Recent Posts font
Closed

Comments

  • hideatsu started the conversation

    Hello.
    Please teach me.
    I'd like to customize Font size, color of Recent Posts titel and detail.
    Please see the atach pic, color circle area.

  •  8,992
    Tahir replied

    Hey Again,

    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):

    body .blog-recent[data-style="classic_enhanced_alt"] .inner-wrap .article-content-wrap .excerpt{
        font-size: 21px !important;
        color : #2ac4ea !important;
    }
    .home .blog-recent .col .post-header * {
        font-size: 23px !important;
        color : #f8f8f8 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • hideatsu replied

    Thank you. It worked perfectly☆