Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • philip_nav Friend
    #167251

    Hi
    Would any body advise me how to change the background in community plus template as i would like to add my own background jpg to the template please

    chavan Friend
    #405409

    Go to this File: /templates/ja_community_plus/css/template.css

    Find this Code and replace it


    body#bd { background: #0c0304; color: #8b8077; }

    With


    body#bd { background: #FF0000; color: #8b8077; }

    I have specified “#FF0000” in the above code. which is for red color. you can specify a similar color code there.

    Note: If you Find my Post useful please click on the Thanks Icon

    philip_nav Friend
    #405420

    i am not looking to change the color, i am looking how to change background image as ja event template as i would like to ad my own background picture.

    khoand Friend
    #405429

    Hi,
    You replace this code from /templates/ja_community_plus/css/template.css

    body#bd {
    background: #0C0304;
    color: #8B8077;
    }

    with

    body#bd {
    background: url();< change this line
    color: #8B8077;
    }

    elloy Friend
    #499918

    Hello, i just want to change the Community plus (Blue lite) backgrund with the Community plus (Blue orange)

    Im using Community plus (Blue lite) as default but i want to use the backgrund of Community plus (Blue Orange)

    Thank you.

    Saguaros Moderator
    #500021

    Hi elloy,

    You can open file: /templates/ja_community_plus/themes/blue-light/css/color.css

    change this line of css code:


    body#bd {
    background: url("../images/body-bg.gif") repeat-x scroll left top #C5D5E1
    }

    to:


    body#bd {
    background: url("../images/body-bg.gif") repeat-x scroll left top #052C43
    }

    Then clean JAT3 cache.

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

This topic contains 6 replies, has 5 voices, and was last updated by  Saguaros 11 years, 4 months ago.

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