Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • jasonre Friend
    #119804

    I’d like to change the body section background color of only 1 page from white to black.

    I want to insert an image gallery and would like the entire body section to be black. What’s the best way to go about this?

    Everything else like menu and headers and page background stays as is.

    Thanks for the help!
    Great work with the templates!

    ErikThorsen Friend
    #218734

    I would have created a duplicate of the template and changed the background for the template and then assign the link to that new template folder. 🙂

    jasonre Friend
    #218737

    I tried that and got the new template copy installed. I’m just having trouble getting the background from white to black.

    ErikThorsen Friend
    #218775

    Did you change the “body” in the template_css.css from FFFFFF to 000000 ???

    jasonre Friend
    #218837

    Yes tried that it and would turn the background black. I’m stuck!

    Hung Dinh Friend
    #218874

    You can look for this:

    table.contentpaneopen, table.contentpane, table.blog
    width:100%;
    }


    replace with

    table.contentpaneopen, table.contentpane, table.blog
    width:100%;
    background:#000000 none repeat scroll 0%;
    }

    jasonre Friend
    #218887

    I finally figured it out!
    When assigning the modified template to the new page I also needed to edit the index.php page. Once I made this change it worked!

    from: $ja_template_name = ‘ja_wistery_artistic’;
    to: $ja_template_name = ‘ja_wistery_artistic_blk’;

    It was still pointing to the 1st template, once I pointed it to the modified template it worked great!

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

This topic contains 7 replies, has 3 voices, and was last updated by  jasonre 16 years, 12 months ago.

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