-
AuthorPosts
-
rhys_daniels Friend
rhys_daniels
- Join date:
- November 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 60
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
February 28, 2010 at 12:02 pm #149071I want to change the default text colour for the menu. I want to change it to white.
Please can you tell me the file and line of code to edit.
I have attached a image for better understanding
rhys_daniels Friendrhys_daniels
- Join date:
- November 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 60
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
February 28, 2010 at 12:17 pm #334113I opened the following file templates/ja_sanidineii_light/ja_menus/ja_cssmenu/
Search for the following code
#ja-cssmenu li a {
display: block;
text-decoration: none;
font-weight: bold;
color: #999999;
margin-top: 10px;
padding: 0 20px;
line-height: 30px;
font-size: 92%;And change to
#ja-cssmenu li a {
display: block;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
margin-top: 10px;
padding: 0 20px;
line-height: 30px;
font-size: 92%;AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 1 voice, and was last updated by rhys_daniels 14 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Change Menu Text Colour
Viewing 2 posts - 1 through 2 (of 2 total)