Reply To: sticky posts problem on Home

Homepage Community Forums Optimal Theme Support sticky posts problem on Home Reply To: sticky posts problem on Home

#2656
Wes
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;
    }