Home Forums Support Sticky Posts Pin

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #88439
    Garth Dryland

    Hey Tom

    It is possible to have a drawing pin or better yet perhaps something that provides customization to identify sticky posts from regular ones ?

    #88819
    Tom
    Lead Developer
    Lead Developer

    Hi Garth,

    You can target sticky posts by their class: .sticky

    For example, if you wanted to give sticky posts a different background color:

    .sticky .inside-article {
          background: #FFFFE0;
    }

    You can use that class to add background images or whatever else through CSS.

    #88842
    Garth Dryland

    Okay, I will give that a go. Thanks

    #88843
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.