-
AuthorPosts
-
October 11, 2015 at 4:24 pm #704403
Hi!
How to add background image to frontpage or any page on the website?pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 12, 2015 at 3:15 pm #704688Hi,
Thank you , I did but it`s not working for me.
Here is my custom css:
@media screen and (min-width:768px){.about-us .member .thumbnail{margin-bottom:0;min-height: 460px;}}
/ Background image
// ————————————————–
.body-background body {
background-image: url(“/public_html/images/body-bg.jpg”);
}/ Override background of t3-wrapper
// ————————————————–
.body-background body .t3-wrapper {
background: transparent;
}October 12, 2015 at 3:15 pm #751410Hi,
Thank you , I did but it`s not working for me.
Here is my custom css:
@media screen and (min-width:768px){.about-us .member .thumbnail{margin-bottom:0;min-height: 460px;}}
/ Background image
// ————————————————–
.body-background body {
background-image: url(“/public_html/images/body-bg.jpg”);
}/ Override background of t3-wrapper
// ————————————————–
.body-background body .t3-wrapper {
background: transparent;
}TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 12, 2015 at 3:17 pm #704690Can you, perhaps, provide a screenshot mock-up of what it is you’re envisioning for your background image on your page?
Also, it would help if you could also temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 12, 2015 at 3:17 pm #751412Can you, perhaps, provide a screenshot mock-up of what it is you’re envisioning for your background image on your page?
Also, it would help if you could also temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings.
October 13, 2015 at 9:44 am #704788I`ll try to be more clear…
This image should be behind every page and sticky while scrollingOctober 13, 2015 at 9:44 am #751499I`ll try to be more clear…
This image should be behind every page and sticky while scrollingNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 15, 2015 at 4:59 am #705211<em>@juhuhu 496794 wrote:</em><blockquote>Hi!
How to add background image to frontpage or any page on the website?</blockquote>This way will help you to do this
Open templates/ja_sugite/css/custom.css file and add new rule
.t3-wrapper {
background: url('/images/body-bg.jpg') repeat center top;
background-size: cover;
}
Let me know if it helps
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 15, 2015 at 4:59 am #705226<em>@juhuhu 496794 wrote:</em><blockquote>Hi!
How to add background image to frontpage or any page on the website?</blockquote>This way will help you to do this
Open templates/ja_sugite/css/custom.css file and add new rule
.t3-wrapper {
background: url('/images/body-bg.jpg') repeat center top;
background-size: cover;
}
Let me know if it helps
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 15, 2015 at 4:59 am #751762<em>@juhuhu 496794 wrote:</em><blockquote>Hi!
How to add background image to frontpage or any page on the website?</blockquote>This way will help you to do this
Open templates/ja_sugite/css/custom.css file and add new rule
.t3-wrapper {
background: url('/images/body-bg.jpg') repeat center top;
background-size: cover;
}
Let me know if it helps
-
AuthorPosts
This topic contains 12 replies, has 4 voices, and was last updated by Ninja Lead 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum