Reply To: Sticky Posts Pin

Home Forums Support Sticky Posts Pin Reply To: Sticky Posts Pin

Home Forums Support Sticky Posts Pin Reply To: Sticky Posts Pin

#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.