-
AuthorPosts
-
sakari Friend
sakari
- Join date:
- February 2009
- Posts:
- 171
- Downloads:
- 111
- Uploads:
- 79
- Thanks:
- 43
- Thanked:
- 15 times in 1 posts
October 3, 2014 at 10:06 pm #201818Hello friends,
how can I change the backround from the template?
In the ThemeMagic I can not find any setting!
I mean this! (see picture)many thanks
regards
Maria
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 3, 2014 at 11:25 pm #551754Hi there, good morning.
Please check this screenshot for detail.
You can change background by apply this css in custom.css
body .t3-wrapper {
background: your color code or image url;
}
Custom.css is located at
<?php
// CUSTOM CSS
if(is_file(T3_TEMPLATE_PATH . '/css/custom.css')) {
$this->addStyleSheet(T3_TEMPLATE_URL.'/css/custom.css');
}
?>
Thank you,
Viet Vu1 user says Thank You to jooservices for this useful post
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 4, 2014 at 3:33 am #551778Hello
to change T3 wrapper background please add this code into your custom.css file.t3-wrapper {
background: url("/templates/ja_decor/images/bg.gif") repeat !important;
}change the background image with your image path in above code .
Path for custom.css : /templates/ja_decor/css/custom.css
If there is not custom.css file please create a file with name >> custom.css in /css directory .1 user says Thank You to Pankaj Sharma for this useful post
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 4, 2014 at 3:34 am #551779Hello
to change T3 wrapper background please add this code into your custom.css file.t3-wrapper {
background: url("/templates/ja_decor/images/bg.gif") repeat !important;
}change the background image with your image path in above code .
Path for custom.css : /templates/ja_decor/css/custom.css
If there is not custom.css file please create a file with name >> custom.css in /css directory .1 user says Thank You to Pankaj Sharma for this useful post
sakari Friendsakari
- Join date:
- February 2009
- Posts:
- 171
- Downloads:
- 111
- Uploads:
- 79
- Thanks:
- 43
- Thanked:
- 15 times in 1 posts
October 4, 2014 at 10:59 am #551796It worked, thank you! 🙂
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by sakari 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Backround change the template?
Viewing 5 posts - 1 through 5 (of 5 total)