How would I change the background color for the groups page. I went to a black background and can't see some of the text.
thx
How would I change the background color for the groups page. I went to a black background and can't see some of the text. thx |
use Firefox and firebug plugin for that, open your page on firefox and the firebug, then you see where all codes are to find. Really nice combination. Kids first |
The problem is that Firebug will show you the import for the groups - @import "../../base_en/css/main.css";
#orca_main {
margin:0 auto;
width:771px;
}
.lp_img {
height:auto;
width:auto;
}
But editing this will only change what's inside the group itself. I need to change the background for just the groups which comes from general.css and I don't see anyway to make the change specific to the groups.
|