-
AuthorPosts
-
August 25, 2011 at 10:48 pm #167813
Please, I would change to “split the menu” font color of the submenu. If necessary, change the background color of the submenu. I enclose a photo. Thank you.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
August 25, 2011 at 11:20 pm #408587Can you post a link to your site. Please make sure css optimization is switched off in the template manager first so I can give you the exact lines of code to adjust.
August 26, 2011 at 12:01 pm #408693:((Unfortunately the site not on the web. work in the local server. you can not help himself? Thank you
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 26, 2011 at 12:16 pm #408694Hi,
To change font color of submenu, you find this code
#ja-subnav ul li a:hover, #ja-subnav ul li a:focus, #ja-subnav ul li a:active {
color: #F5AE84; < change bold text
}August 26, 2011 at 1:11 pm #408707I can not find the “file” to change. Show me what? Thank you
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
August 26, 2011 at 1:30 pm #408716take a look at templates/ja_travel/css/template.css line 668
#ja-subnav ul li a:hover, #ja-subnav ul li a:focus, #ja-subnav ul li a:active {
color: #F5AE84;
text-decoration: underline;}
That is the text actually in the dropdown, the text colour for the navigation in the lower bar is at line 666
#ja-subnav ul li a {
color: #FDD3A1;}
However, of you have a custom profile or a non default colour you will have to look in the relavent profiles css file. If you are using the Firefox browser then you can use Firebug to inspect any element and see exactly what css file it is generated by. Just make sure you have css optimization set to “No” in the template manager or firebug will only see the compressed version of the css and it would make things more confusing for you.
1 user says Thank You to Phill for this useful post
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by Phill 13 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Change font color submenu in split menu
Viewing 6 posts - 1 through 6 (of 6 total)