[Urgent] Remove Category Background Image from Posts!

Posted in: Newspaper
Post count: 341

I added background images to all my categories, but they’re also appearing on posts and articles. Is there anyway to just have them on categories? Please!

Post count: 341

For now, I’ve disabled category background images from theme panel.

Then I added this code to footer.php

<?php if(is_category('Business')){ ?>
Here goes the <script> ... </script> that I copied from background-render.php and replace the image src for it.
<?php }?>

If you’ve something better, please give. 🙂

Post count: 1291

Hi,

Try to comment the following line – http://screencast.com/t/oiIiCCYkWm

Thank you!

Post count: 341

Thanks 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.