Home › Community Forums › Optimal Theme Support › sticky posts problem on Home › Reply To: sticky posts problem on Home
January 26, 2013 at 10:25 pm
#2656

Moderator
You could try adding display: none; – this code will hide it from being displayed. To have it hidden just for the homepage you can add this code to your css file around line 1318 in your css under “/* Sticky Posts”
.home .sticky {
display: none;
}