Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: The global css

  1. #1
    Rich Chatfield is offline Junior Member
    Join Date
    Nov 2008
    Posts
    2

    Cool The global css

    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

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    I imagine you'd just use the style.css in your skin folder. About as 'global' as it gets I think.