-
AuthorPosts
-
November 4, 2011 at 6:44 pm #170403
Hi, I’m trying to make some modifications to the colors and styles in the template.
I’ve changed some in the ja-news-pro module, with the help of khond in this thread.Now, I want to change the white background color behind the template, as appears in the attachment, case#1,
also, I want to change the lined-gray image, as appears in the attachment, case#2, to image i desire.Also, how can i change the background color for the horizontal nav-menu from white to the color i desire?
Sorry for many questions.
Regards
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 5, 2011 at 5:22 am #423296Case 1:
You add this code into /templates/ja_teline_iv/css/template.css
body#bd #ja-wrapper {
background: red;
}
Case 2: You find this code from template.css
#ja-container .main-inner1 {
background: url(../images/stripe-bg-2.png) #DDD; < change url to your image url
margin: 0;
padding: 2px;
}1 user says Thank You to khoand for this useful post
November 5, 2011 at 7:12 am #423306Hi khond, thanks for reply
<em>@khoand 280939 wrote:</em><blockquote>Case 1:
You add this code into /templates/ja_teline_iv/css/template.css
body#bd #ja-wrapper {
background: red;
}
</blockquote>
When i add this code, or modify this code in line 21background: #fff;
tobackground: #red;
i get the same result,
but that comes as background to the horizontal nav-menu, to the top header, all template background.
I want different background color to the horizontal nav-menu, to the top header.
How to over come this?UPDATE:
I’ve sent you url for example website.Regards
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 6, 2011 at 4:31 am #423395your code is not right.It’s right code (without #)
background:red;
I want different background color to the horizontal nav-menu, to the top header.
You add this code into /templates/ja_teline_iv/css/template.css
#ja-header {
background:white;
}
1 user says Thank You to khoand for this useful post
November 6, 2011 at 6:12 am #423398<em>@khoand 281070 wrote:</em><blockquote>your code is not right.It’s right code (without #)
background:red;
</blockquote>
You are right for this, generally i mean the color.<em>@khoand 281070 wrote:</em><blockquote>You add this code into /templates/ja_teline_iv/css/template.css
#ja-header {
background:white;
}
</blockquote>
I’ll try the header modification, and come backRegards
November 6, 2011 at 6:28 am #423399<em>@khoand 281070 wrote:</em><blockquote>
You add this code into /templates/ja_teline_iv/css/template.css
#ja-header {
background:white;
}
</blockquote>
I’ve added it, it added background to all the site, except the header ( the area above the magazine menu ).The magazine menu have the same color as the new background
I want other color for the magazine menu, other than the area under it, or over it.Also, i want different color for the right and left areas around the template, NOT the template wrapper.
Regards
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 6, 2011 at 1:30 pm #423421To change background color of menu, you add this code into template.css
#ja-mainnav{
background:blue;}Also, i want different color for the right and left areas around the template, NOT the template wrapper.
I don’t understand what you mean clearly? Could you give me a link to your website, please? When you change background of wrapper, it change color of left and right areas, and background of middle area is white. You can change background of middle area by add some css into template.css
1 user says Thank You to khoand for this useful post
November 6, 2011 at 4:19 pm #423439Hi khond
Let’s go back to the 1st post in this thread, there is attachment have case#1 and case #2.For case #2, OK
For case #1:
I applied the change you told me about, to change the background color for both right & left areas,
It’s OK, the colors changed, but also changer the background color to the header and magazine menu areas..!You gave me code to change the header background color,
But the magazine menu still have the same background color, i want to change it.( Three areas every one with different color: Right&Left , header, magazine menu[Wait] ) 🙂
Regards
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 6, 2011 at 4:34 pm #423443What is magazine menu? Because if magazine menu is menu (world, tech, …) you use code I gave you
#ja-mainnav{
background:blue;}
I tested the code on localhost. It’s OK.
If it isn’t thing you need, could you give me a snapshot with your annotation to illustrate your ideaNovember 6, 2011 at 5:10 pm #423446Nice,
It worked wellThank you very much..
RegardsAuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 2 voices, and was last updated by khaiug 13 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
change some backgrounds
Viewing 10 posts - 1 through 10 (of 10 total)