Solved: 1 Year, 1 Month, 1 Week ago Default Theme Colour change
#1
Solved: 1 Year, 1 Month, 1 Week ago
Hi All, can someone tell me how to change this colour?
Which code do I need to change? (Default Template)

Thanks!

See Example picture:


Attached Files Thumbnail(s)
   
Reply
#2
Solved: 1 Year, 1 Month, 1 Week ago
in global.css

change the background color of the .thead class
Reply
#3
Solved: 1 Year, 1 Month, 1 Week ago
This user has been denied support. This user has been denied support.
You will find it in global.css maybe line 365

.thead {
background: #0066a2#l url(images/thead.png) top left repeat-x;
color: #ffffff;
border-bottom: 1px solid #263c30;
padding: 8px;
}

Replace #0066a2 with your colour
[Image: MMOomYb.gif]
Reply
#4
Solved: 1 Year, 1 Month, 1 Week ago
(2022-01-20, 03:38 PM)PARADOXP Wrote: in global.css

change the background color of the .thead class

(2022-01-20, 03:40 PM)Mahfuz Wrote: You will find it in global.css maybe line 365

.thead {
background: #0066a2#l url(images/thead.png) top left repeat-x;
color: #ffffff;
border-bottom: 1px solid #263c30;
padding: 8px;
}

Replace #0066a2 with your colour

Thanks... really appreciate it Smile

Regards

(2022-01-20, 03:40 PM)Mahfuz Wrote: You will find it in global.css maybe line 365

.thead {
background: #0066a2#l url(images/thead.png) top left repeat-x;
color: #ffffff;
border-bottom: 1px solid #263c30;
padding: 8px;
}

Replace #0066a2 with your colour

Found it in Twilight CSS... forgot I was using this...

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)