Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dmogg

    (@dmogg)

    Crap, I guess it won’t allow HTML, anyway here is the link:

    http://www.darrellmogg.com/images/temp/cat.jpg

    Bodhipaksa

    (@haecceity)

    It looks like all you’d have to do is to add to your stylesheet a class with the image you want defined as the background, eg

    .whatever {
    background-image: url(background.jpg);
    }

    and then change the code for the heading in the sidebar so that it has that class, eg

    <h2 class="whatever">Heading</h2>

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding image behind categories’ is closed to new replies.