I wish I could be more specific, however I just had a dev do a customization on our store for us, and he gave me this snippet of css code and this instruction.
Place the following in your global stylesheet:
.ItemBox
{
width:208px;
float:left;
text-align:center;
font-weight:bold;
}
.KitGroup_7
{
background-color:#cad7d3;
margin-bottom:1px;
}
.KitGroup_6
{
background-color:#dfbfbf;
margin-bottom:1px;
}
.GroupName
{
font-size:12px;
}
#KitForm
{
background-color:#a5a5d2;
}
#KitForm input
{
margin-bottom:15px;
}
I think this code is suppose to be for both our product page layout and also for some new controls they built in the admin.
Any idea where the global css is so I can put this code into it? If I could be more specific I probably wouldn't need to post this
You guess is as good as mine.
Thanks