Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • artmyth Friend
    #138506

    Ok I cant believe this has stumped me

    I am trying to change the background colour on paritti and have had no luck

    can someone tell me which css file will change the background colour

    templates/css/
    template_css.css

    template/css/colors/
    template_css.css

    Ive changed
    body {
    background: #171d43;

    to no effect

    Phill Moderator
    #293280

    If you look in template_css.css at line 852 you will see the code.

    #ja-containerwrap-c
    background:transparent url(../images/body-bg.jpg) no-repeat scroll center top;

    You will see this pulls an image for the background. This is the code you will need to change to whatever you require.

    To find this I used the Firebug plugin for Firefox.

    artmyth Friend
    #293281

    Thanks – I was able to get the background image changed – it was the background color that srumped me

    I eventually found it by trial and error and this line was the one that worked
    ../template/css/template_css.css

    line 23
    body#bd {
    background: #10123d;

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

This topic contains 3 replies, has 2 voices, and was last updated by  artmyth 15 years, 6 months ago.

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