-
AuthorPosts
-
philip_nav Friend
philip_nav
- Join date:
- September 2014
- Posts:
- 106
- Downloads:
- 239
- Uploads:
- 23
- Thanks:
- 6
- Thanked:
- 8 times in 1 posts
August 10, 2011 at 12:58 pm #167251Hi
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 pleasechavan Friend
chavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
August 10, 2011 at 1:44 pm #405409Go 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
philip_nav
- Join date:
- September 2014
- Posts:
- 106
- Downloads:
- 239
- Uploads:
- 23
- Thanks:
- 6
- Thanked:
- 8 times in 1 posts
August 10, 2011 at 2:23 pm #405420i 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
khoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 10, 2011 at 3:19 pm #405429Hi,
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;
}July 23, 2013 at 1:51 pm #499918Hello, 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
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 24, 2013 at 10:34 am #500021Hi 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.
-
AuthorPosts
This topic contains 6 replies, has 5 voices, and was last updated by Saguaros 11 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum