-
AuthorPosts
-
December 18, 2008 at 11:58 pm #136353
Hi,
I publish a menu without “Show title” enabled now i want to get rid of the background of the menu title.
How can i do this ???
See picture
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 19, 2008 at 10:01 am #283460Hi robotosas,
To remove the background of the menu, please open file templates/ja_vauxite/ja_menus/ja_moomenu/ja.moomenu.css, at about line 121, find following code:
#ja-cssmenu li a.active, #ja-cssmenu li a.active:hover, #ja-cssmenu li a.active:active, #ja-cssmenu li a.active:focus {
background:#030303 url(../../images/tab-right.gif) no-repeat scroll right top;
}and change to:
#ja-cssmenu li a.active, #ja-cssmenu li a.active:hover, #ja-cssmenu li a.active:active, #ja-cssmenu li a.active:focus {
}
+ At about line 128, find following code:
#ja-cssmenu li a.active span, #ja-cssmenu li a.active:hover span, #ja-cssmenu li a.active:active span, #ja-cssmenu li a.active:focus span {
background:transparent url(../../images/tab-left.gif) no-repeat scroll left top;
color:#FFFFFF;
}and change to:
#ja-cssmenu li a.active span, #ja-cssmenu li a.active:hover span, #ja-cssmenu li a.active:active span, #ja-cssmenu li a.active:focus span {
color:#000000; /*Change color to your colour*/
}1 user says Thank You to JA Developer for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Menu
Viewing 2 posts - 1 through 2 (of 2 total)