-
AuthorPosts
-
davidsg3 Friend
davidsg3
- Join date:
- October 2010
- Posts:
- 144
- Downloads:
- 0
- Uploads:
- 44
- Thanks:
- 22
- Thanked:
- 3 times in 1 posts
November 21, 2011 at 6:25 pm #170931Hi.
I want to add an image background to ja-rave.
I’m trying to do this in template.css folder, but I can’t. Concretly, in
/* COMMON STYLE
——————————————————— */
body {
color: #333;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
}body#bd {
background: #f2f2f2;
color: #333;
}The image is located into ../images/NY.jpg, but using background agtribute it doesn’t work.
How can I proceed to do this?
Thanks!
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 21, 2011 at 6:29 pm #425777Hi davidsg3
Could you post a link to the page where you want the background ?
davidsg3 Frienddavidsg3
- Join date:
- October 2010
- Posts:
- 144
- Downloads:
- 0
- Uploads:
- 44
- Thanks:
- 22
- Thanked:
- 3 times in 1 posts
November 21, 2011 at 6:30 pm #425778Yes.
The page I would to insert is http://www.viatgesconcord.com
Thanks!pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 21, 2011 at 6:37 pm #425781The template as you know is divided in different sections layout header section Top section Middle section
so if you want a background for all the site is a complex work
maybe you can post a screenshot with your annotations on how you want your background should be
davidsg3 Frienddavidsg3
- Join date:
- October 2010
- Posts:
- 144
- Downloads:
- 0
- Uploads:
- 44
- Thanks:
- 22
- Thanked:
- 3 times in 1 posts
November 21, 2011 at 6:55 pm #425787pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 21, 2011 at 9:44 pm #425810You can manage this file
plugins/system/jat3/base-themes/default/css/layout.css
and this code around line 86
#ja-header {
}
add a background: url(../images/NY.jpg) so it will be
#ja-header {
background: url(../images/NY.jpg)
}
davidsg3 Frienddavidsg3
- Join date:
- October 2010
- Posts:
- 144
- Downloads:
- 0
- Uploads:
- 44
- Thanks:
- 22
- Thanked:
- 3 times in 1 posts
November 24, 2011 at 10:00 pm #426330Hi Pavit.
I did it but it doesn’t work.
I changed the code as it follows:
/* SIDE COLUMNS
--------------------------------------------------------- */
.ja-colswrap {}
.ja-col {}/* Left Column ---*/
#ja-left .ja-l2 .ja-left1, #ja-left .ja-l2 .ja-left2 { width: 50%; }
#ja-left .ja-l1 .ja-col { width: 100%; }/* Right Column ---*/
#ja-right { float: right; }
#ja-right .ja-r2 .ja-right1, #ja-right .ja-r2 .ja-right2 { width: 50%; }
#ja-right .ja-r1 .ja-col { width: 100%; }/* HEADER
--------------------------------------------------------- */
#ja-header {
background: url(../images/NY.jpg) <-------------------------------------------------------
}/* FOOTER
--------------------------------------------------------- */Is it in the correct place?
Thanks
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by davidsg3 12 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Add an image to ja_rave
Viewing 7 posts - 1 through 7 (of 7 total)