Archived topic
Sticky Posts Pin
3 replies · Started by Garth Dryland on March 18, 2015
Viewing posts 1–4 of 4
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 ?
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.
Okay, I will give that a go. Thanks
You're welcome :)
This archived topic is closed to new replies.