Okay
  Public Ticket #183606
Sticky / Featured Post - Masonry Border Styling - Blog Home Posts
Closed

Comments

  • Faisal started the conversation

    Hi Phil,
    Is there a way to apply special css border styling to the "sticky posts" (featured post) displayed on the blog home for posts?

    Here's a very rough example of what I'm hoping to accomplish.   The idea is to highlight a featured post.

    Thanks,

    Faisal

  •  8,838
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel:

    .sticky {
        border: 8px dashed #24D8C9;
    }
    
    
    

    Cheers


    ThemeNectar Support Team 

  • Faisal replied

    Brilliant - 

    Thank you immensely, Tahir : )))