1

Topic: Viewtopic.php post headers background

Hi all.

I have set the Main Headers background image in the css file like following:

/* 1.3 Main headers and navigation bar background and text colour */

.pun H2, #brdmenu {BACKGROUND: #333333 url('http://www.domain.com/community/style/bg.jpg'); COLOR: #FFF;  font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px  }

This has changed them sitewide and the background for the main headers on the homepage, viewforumpage, viewtopic page are all using the new background image.

However I don't want the viewtopic.php to use them, does anyone know how I make the main post headers on this page a different image?

Appreciate your help


Holly x

Re: Viewtopic.php post headers background

Try something like this:

#punviewtopic {BACKGROUND-COLOR: ...; }

Add this line after peace of the code you have posted.