Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • ianfrase Friend
    #184190

    hi the background colour appears cream. Could anyone advise how to change this to white
    ciao

    Blaine Friend
    #480535

    I think this would depend on what background colour you are referring to. the easiest and quickest way to proceed is to either inspect the item in Chrome or use Firebug to determine where the code is calling from.

    Ninja Lead Moderator
    #480613

    <em>@ianfrase 356136 wrote:</em><blockquote>hi the background colour appears cream. Could anyone advise how to change this to white
    ciao</blockquote>

    You can try with this
    <blockquote>Open templates/ja_puresite/css/layout.css file</blockquote>
    from

    .wrap {
    clear: both;
    width: 100%;
    }

    .main {
    margin: 0 auto;
    position: relative;
    width: 980px;
    }

    change to

    .wrap {
    clear: both;
    width: 100%;
    background: blue;
    }

    .main {
    margin: 0 auto;
    position: relative;
    width: 980px;
    background: white;
    }

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

This topic contains 3 replies, has 3 voices, and was last updated by  Ninja Lead 11 years, 10 months ago.

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