Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • tsadak Friend
    #188275

    Hello

    I have read some thread on adding background images to the template, mostly all of them were adressing some specific issues and were not exhaustive. I tried the advices in them but couldnt make it. some simple advices dont work.

    Is there a general and thorough tutorial or guide for adding background images to the puriity-II template whcih covers all options?

    Thanx all

    Ninja Lead Moderator
    #496037

    You can follow my below suggestion

    Open templates/ja_purity_ii/css/template.css file

    from


    #ja-container {
    background: url(../images/container-bg.gif) repeat-x top #fff;
    position: relative;
    z-index: 5;
    border-bottom: 5px solid #ccc
    }

    #ja-container .main { padding: 20px 0; min-height: 300px; }

    change to


    #ja-container {
    background: url(../images/new-your-bg.gif);
    position: relative;
    z-index: 5;
    border-bottom: 5px solid #ccc
    }

    /*with logo path: templates/ja_purity_ii/images/new-your-bg.gif*/

    #ja-container .main { padding: 20px 0; min-height: 300px; background: white;}

    Remember to clear cache from Admin area after changing

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

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

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