-
AuthorPosts
-
katew Friend
katew
- Join date:
- June 2008
- Posts:
- 34
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
July 25, 2008 at 9:29 pm #131352Hi There
I am using Joomla 1.5 and the ja_antares template. I was trying to change the background color of the top navigation bar to red. I have changed the two sides and all 4 of the top nav giff images with red images. When i changed color in the template.css file I lost the curved right edge. Does any know how to fix this?
Here is my site http://www.nh-dionline.net/joomla
Thanks
August 1, 2008 at 1:57 pm #263433Hi there, I just fix this same problem this moring with my site… you need to change the template_css.css file correctly.
Go to the Top Navigation section of that file
find
<blockquote>
#ja-topnav-wrap {background: url(../images/topnav-left.gif) top left no-repeat #00457C;
height: 29px;
display: block;
padding-left: 30px;
}
#ja-topnav {
background: url(../images/topnav-right.gif) top right no-repeat #00457C;
float: right;
text-align: right;
height: 29px;
line-height: 29px;
padding: 0 5px;
display: block;
</blockquote>
make sure you replace only the hexa color code matching you red color and also make sure you have modified the “topnav-right.gif” file in the templates/ja_antares/images folderHope this helps.
I was also wondering, if you could help me with this navigation bar? My problem is concerning the links in that top navigation. since I can’t get them to be capital white and on one horizontal line !
any ideas of what I should try?
thanks
1 user says Thank You to onyx69 for this useful post
katew Friendkatew
- Join date:
- June 2008
- Posts:
- 34
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
August 15, 2008 at 12:59 pm #265467Hi
Thanks. I tried that, but I could only get the left side to appear so I ended up just taking out both rounded corners. I think it looks okay that way.
As for the top nav bar the css should be:
#ja-topnav ul#mainlevel-nav a {template_css.css (line 832)
color:#FFFFFF;
display:block;
float:right;
font-weight:bold;
padding:0pt 15px;
text-decoration:none;
text-transform:uppercase;Hope this helps.
August 18, 2008 at 10:00 pm #265913Hi,
I changed this and fixed the edges as well. You just need to replace topnav-left.gif and topnav-right.gif. I just used photoshop to recolor those existing images and saved them over the old images. (After backing up the old images, of course.) It worked perfectly.
August 18, 2008 at 10:02 pm #265915Hi,
I have not had this problem myself. One of the most useful ways to troubleshoot this is to use the Firebug add-on with Firefox. The tool will let you click on any element on your site and it will show the corresponding style sheet entry. This was super helpful to me because I could immediately pinpoint where any troublesome code came from. You might want to check that out and use that to help understand where the offending code is. (Note that I have nothing to do with Firebug, but found it extremely useful…)
1 user says Thank You to jlivens for this useful post
-
AuthorPosts
This topic contains 7 replies, has 4 voices, and was last updated by katew 16 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum