| Author |
Message |
Ray |
|
Post subject:
Posted: Jun 12, 2005 - 10:58 PM
|
|
Information Hound
Joined: Aug 17, 2004
Posts: 686
Status: Offline
|
|
| Mike I didnt see those issues in the COD theme and forums that you are making. And I use ie. |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Jun 13, 2005 - 12:12 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
| PHPNuke uses a different forum template system Ray. |
|
|
| |
|
|
|
 |
Sircasm |
|
Post subject:
Posted: Jun 16, 2005 - 02:26 PM
|
|

Joined: Jan 31, 2005
Posts: 21
Status: Offline
|
|
| One metion the Admin message titles are in black and very hard to see. Is this changed in a css file? if so where? |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Jun 16, 2005 - 03:45 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Open style.css and look for this line
.pn-logo, .pn-title, .pn-pagetitle { font-weight: bold; font-size: 11px; color: #000000 }
Change it to the following 2 lines
.pn-logo, .pn-pagetitle { font-weight: bold; font-size: 11px; color: #000000 }
.pn-title { font-weight: bold; font-size: 11px; color: #FFFFFF } |
|
|
| |
|
|
|
 |
|
|
|
|