Topic: Which line inside the _cs..
do i need to edit to make the post text a different colour
(eg. The above / this text)
Been looking at this code all weekend, and my mind has gone blank.
and this white boarder too please
Cheers
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 troubleshooting → Which line inside the _cs..
do i need to edit to make the post text a different colour
(eg. The above / this text)
Been looking at this code all weekend, and my mind has gone blank.
and this white boarder too please
Cheers
.brd .main-subhead {
border-color: #DFE6ED #DFE6ED #CBD1D8 #DFE6ED;
background: #F4F4F4;
}
around line 319 no?
maybe just add your new color to that - as you don't want rest to change....??
which is that for, The border? why 4 colours? i only need to change it from white..?
/edit ~ sorted cheers,
just need the post text now if anyone can help
I would reccomend using Firefox for webdevelopment and using extensions such as Aardvark and web Developer to see and debug situations like this.
.brd .posthead, .brd .postbody, .brd .post-options {
background: #f9f9f9;
}
line 98 or around...
but you want to change the color of post text not background?
not sure if you cld just add whatever color to above
EDIT: or just take out .brd .postbody and place on new lines and add background and color as you wish maybe...
I would reccomend using Firefox for webdevelopment and using extensions such asweb Developer to see and debug situations like this.
Thanks for your advice, but im really not sure where to start with those.. All i have been doing as changing the colours on a ''Pre-made'' theme.
All the other colour changes have just been me changing #000000 to #FFFFFF or whatever.
I just thought it would be the same for this.. its just,, which line lol.
PunBB Forums → PunBB 1.3 troubleshooting → Which line inside the _cs..
Powered by PunBB, supported by Informer Technologies, Inc.