-
AuthorPosts
-
formad Friend
formad
- Join date:
- January 2006
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 5
- Thanked:
- 5 times in 1 posts
March 24, 2009 at 11:06 am #139518Hello, if a change this in the blue.css al links change of colour, but i want only the top menu links in a different colour, that is non active items, regards matthijs
/* Normal link */
a {
color: #0C0960;
text-decoration: none;
}
John Wesley Brett
Moderator
John Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
March 25, 2009 at 7:41 pm #298035Hi!
You’re actually looking in the wrong place.
The color of the top menu items is controled in: template.css (line 867)
#ja-mainnavwrap {
background:#D7025F url(../images/grad-1.gif) repeat-x scroll center top;
position:absolute;
top:0;
}You need to change both the “#D7025F” code AND the gif image (which is the same color) in order to get the menu color to change.
Although you do click on them like links…they really are a very different animal….and not controled by <a> styling.
Have fun!
John.formad Friend
formad
- Join date:
- January 2006
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 5
- Thanked:
- 5 times in 1 posts
March 25, 2009 at 10:17 pm #298071thanks for the reply but i mean something else, sorry if i not explained clear, but zie the screendump the menu option in the yellow cirkel is now dark blue, i want that an other color, not the background, regards matthijs
John Wesley Brett
Moderator
John Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
March 27, 2009 at 3:45 am #298352Have you got a URL you can provide?
Should be able to solve the issue quickly for you.John.
formad Friend
formad
- Join date:
- January 2006
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 5
- Thanked:
- 5 times in 1 posts
March 27, 2009 at 8:30 am #298390http://www.brainnovation.eu/cms/index.php regards matthijs
John Wesley Brett
Moderator
John Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
March 27, 2009 at 3:59 pm #298511Here you go….
In ja.cssmenu.css (line 80)
Change from this….
#ja-cssmenu li a {
font-size:115%;
font-weight:bold;
text-decoration:none;
}To this….
#ja-cssmenu li a {
color:#CC6666;
font-size:115%;
font-weight:bold;
text-decoration:none;
}NOTE: The above “#cc6666” is just an example…you can change it to whatever color you need or want.
Have fun!
John.AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by
John Wesley Brett 15 years, 10 months ago.We moved to new unified forum. Please post all new support queries in our New Forum
top menu colour different from general links
Viewing 6 posts - 1 through 6 (of 6 total)
