2012-08-21, 01:55 PM
2012-08-21, 02:07 PM
In order to change the colors of the links you should change the link colors globally.
But instead you can use this code if you specifically want trow links to be changed.
.trow1 a:link,.trow1 a:visited {
color: #fff;
}
.trow1 a:active,.trow a:hover {
color: #f7f7f7;
}
.trow2 a:link,.trow2 a:visited {
color: #fff;
}
.trow2 a:active,.trow2 a:hover {
color: #f7f7f7;
}
But instead you can use this code if you specifically want trow links to be changed.
.trow1 a:link,.trow1 a:visited {
color: #fff;
}
.trow1 a:active,.trow a:hover {
color: #f7f7f7;
}
.trow2 a:link,.trow2 a:visited {
color: #fff;
}
.trow2 a:active,.trow2 a:hover {
color: #f7f7f7;
}
2012-08-21, 02:20 PM
What about the off color blue bar and the green administrator?
2012-08-21, 02:23 PM
The blue bar is Thead
You can find it in global.css of your theme
look for .thead and change your background.
regarding the administrators thing,you should go to admincp > Users and Groups > Groups
select a group for which you want to change color and edit the respective color
regards
You can find it in global.css of your theme
look for .thead and change your background.
regarding the administrators thing,you should go to admincp > Users and Groups > Groups
select a group for which you want to change color and edit the respective color
regards
2012-08-21, 02:32 PM
I changed thead, but it is not it. I want the light blue color changed. Do you know what it is?
I got the thead figured out.
"regarding the administrators thing,you should go to admincp > Users and Groups > Groups
select a group for which you want to change color and edit the respective color"
I tried to find color edit in Groups but I do not see it.
I got the thead figured out.
"regarding the administrators thing,you should go to admincp > Users and Groups > Groups
select a group for which you want to change color and edit the respective color"
I tried to find color edit in Groups but I do not see it.