PDA

View Full Version : Change colors without using the general templates



daiver
Sun 31st Aug '08, 10:05am
I'm trying to finish a custom design for one of my forums and I'm having trouble in the footer area. Please see attached image.

The time is the exact same color as the backround. The logout has a color that is unreadable.

The problem is that if I change the time's color, then I change the time color in the showforum as well and this is something I don't want to do. Same thing with the close session.

Is there any way I can hardcode these colors?

daiver
Sat 6th Sep '08, 8:47pm
Help? Anyone?

napy8gen
Sat 6th Sep '08, 10:02pm
In admincp> Language & Phrases> Search Phrases> search for "The time now is" you will find this :

All times are GMT{1}. The time now is <span class="time">{2}</span>
then "edit" the result ..

click copy default text. then change the time class to your own class maybe "newtimeclass".

All times are GMT{1}. The time now is <span class="newtimeclass">{2}</span>.then go to your style manager> style name> Main CSS> Additional CSS definition(most bottom box)> define a new class for your time


.newtimeclass {color: #FF4400;} /*change to your own color*/

daiver
Sat 6th Sep '08, 10:09pm
Thank you very much. Worked perfectly.

napy8gen
Sat 6th Sep '08, 10:11pm
no problem :-)