2022-01-20, 02:57 PM
2022-01-20, 03:38 PM
in global.css
change the background color of the .thead class
change the background color of the .thead class
2022-01-20, 03:40 PM
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
.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
2022-01-20, 03:49 PM
(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

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