Hi,
With some skills you can achieve this yourself placing something like...
<?php if (is_sticky()){ ?>
<div class="whiteblock featured_bg">
<div class="featured_img"></div>
<?php } else { ?>
<div class="whiteblock can_chg_bg">
<?php } ?>
... instead of...
<div class="whiteblock can_chg_bg">
Better if you built it into a childtheme.
Files you'll have to modify:
- index-standard.php/index-directory.php
- search.php
- archive-default.php
Some CSS will be necessary too.
Regards,
Originally Posted by
anunturitop_ro
Sticky Ads Highlight was a great option why this was expluded in new versions of the theme. Also a good feature is Sticky Ads Highlight at top of categories where they are added.