Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • andersonannem Friend
    #135065

    Hello gents. Thanks for the awesome template.

    I’ve been struggling with this issue and cannot find a resolution. Hope you can help.

    I’ve incorporated Virtuemart into my site and when I display the “registration” form, the background color for the individual form fields is the grey color which I want, but there is also “white” that appears after the form field ends and I need to change the “white” color to the general background color used throughout the site.

    Here is an example for you to see:

    http://www.savoreartisans.com/index.php?option=com_virtuemart&page=shop.registration&Itemid=1&vmcchk=1&Itemid=1

    I am not sure if this is a Virtuemart style that is doing this or a style from within your template. My hope is that I can change the overall template’s .css to make this appear as I want it to be.

    Thank you for your help. This problem is driving me crazy!! :p

    scotty Friend
    #278086

    Hi,

    On line 2750 of template.css find…

    .formField {
    background-color: #FFFFFF;
    color: #EFE9EA;
    float: left;
    margin: 8px 2px 2px;
    vertical-align: middle;
    width: 60%;
    }


    and change to…


    .formField {
    background-color: #371E10;
    color: #EFE9EA;
    float: left;
    margin: 8px 2px 2px;
    vertical-align: middle;
    width: 60%;
    }

    …or just delete background-color line altogether 🙂

    andersonannem Friend
    #278154

    Brilliant Scotty and thank you.

    You know, I must have passed the formfield style a million times and changed everything around it except that.

    Thanks again.

    Anne

    🙂

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  andersonannem 16 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum