-
AuthorPosts
-
March 19, 2011 at 2:19 am #161647
hi!
if i change the background color for the template from standard white to another color (which i REALLY want to do), it makes the menu and the rest of the top of the page look really bad.
is there a way to modify the template to correct this? like somehow to prevent the color from changing for the menu, logo, searchbard area??chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 19, 2011 at 3:55 am #382184you need to change the CSS code is in /templates/ja_teline_iv/template.css file
body#bd {
background: #FFFFFF;
color: #333333;
font-size: 12px;
line-height: 1.5;
}
change the background: #FFFF => color coding
March 19, 2011 at 3:23 pm #382272<em>@Chavan 228743 wrote:</em><blockquote>you need to change the CSS code is in /templates/ja_teline_iv/template.css file
body#bd {
background: #FFFFFF;
color: #333333;
font-size: 12px;
line-height: 1.5;
}
change the background: #FFFF => color coding</blockquote>
My bad for not explaining my problem very well.
I know how to change the background color.
But when I do, it makes the menu bar, logo and rest of the top of the page look strange because it doesn’t have a white background.
Do you see what I mean from the screenshot?chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 21, 2011 at 1:26 pm #382517Thank you so much. This is exactly what I was looking for.
The only problem is that it messed up the the very top modules for some reason?See in the screencap how search is now too far to the right?
huypl Friendhuypl
- Join date:
- February 2011
- Posts:
- 162
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 20 times in 20 posts
March 22, 2011 at 5:36 am #382620Dear herb,
Please first set css optimization to No in Template manager in order for me to view and edit your css easily. Then let me know as soon as you have set it. I think the problem related to the search box is because you had added this code
body.bd #ja-wrapper {
background:#FFF;
margin:0 auto;
max-width:1200px;
width:980px;
}
to the template.css
This changes the background to white but it also changes the width of the header section. Ok let try:
body.bd #ja-wrapper {
background:#FFF;
}
if it doesn’t work, please let me know.1 user says Thank You to huypl for this useful post
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 22, 2011 at 10:18 am #382683you need to change the CSS code is in /templates/ja_teline_iv/template.css file
Replace this css code
#ja-topbar {
height: 26px;
position: absolute;
top: 0;
z-index: 11;
}
with
#ja-topbar {
height: 26px;
left: 0;
position: absolute;
top: 0;
z-index: 11;
}
the top will be fixed
March 22, 2011 at 11:56 am #382701Problem solved.
Thank you!! -
AuthorPosts
This topic contains 9 replies, has 3 voices, and was last updated by chavan 13 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum