Custom featured ads
Hi, I've managed to differentiate featured ads (sticky) by modifying their css style:
Code:
.featured .post-block {
background: #FFFFE0;
}
.post-block-out.featured {
border: 1px solid #E6DB55;
}
The thing is that I want something like 3 levels of featured ads for my customers, each one with different background and border colors, so every time I create an ad and make it featured or sticky I can chose between them, so this way they differentiate from the other levels of featured ads and the normal ads (not sticky).