-
AuthorPosts
-
mehmet_alp Friend
mehmet_alp
- Join date:
- April 2009
- Posts:
- 97
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 14
- Thanked:
- 2 times in 1 posts
August 3, 2012 at 7:18 am #179620Hello to everyone,
I am using wall with minimalist theme
I want to hide submenus in ‘main’ menu. Meaning that if one is on the home he should only see the parent item until he clicks on it, than the sub items should be shown.
And how can I increase the fontsize of main menu?
Tnx a lot for your kind help
BR
AlpMoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
August 6, 2012 at 3:01 am #463270Hi mehmet_alp,
If you want to hide submenus, please go to adminitrator -> Menus -> Menu you choise mainmenu >> then disable all submenus.
With increasing the fontsize of main menu, because it is using font-size of main body so if you need change, go to ftp of site, go to path “templates/ja_wall/css” and find file “navigation.css”. Pls find the line of codes below:
[PHP]
#mainnav .menu > li > a {
border-bottom: 5px solid transparent;
[/PHP]Line 48, and add font-size to it
[PHP]
font-size : xxx px;
[/PHP]Thanks
mehmet_alp Friendmehmet_alp
- Join date:
- April 2009
- Posts:
- 97
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 14
- Thanked:
- 2 times in 1 posts
August 6, 2012 at 6:28 pm #463379I tried but it doesn’t function. ;( I mean to increase the font-size
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
August 7, 2012 at 6:57 am #463435Hi mehmet_alp,
Please go to path “templates/ja_wall/css” and find file “navigation.css” add css code like :
[PHP]
#mainnav .menu > li > a {
border-bottom: 5px solid transparent;
}
[/PHP]and clear cache before checking again.
Thanks
mehmet_alp Friendmehmet_alp
- Join date:
- April 2009
- Posts:
- 97
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 14
- Thanked:
- 2 times in 1 posts
August 7, 2012 at 7:45 am #463441I did what u said, cleared the cache, cahnged code to:
mainnav .menu > li > a {
border-bottom: 5px solid transparent;
font-size : 20px;
color: #BBB
display: block;
float: left;
height: 40px;
line-height: 45px;
padding: 0 20px;
text-shadow: 0 -1px 0 rgba(0,0,0,.7);
transition: background-color .5s ease 0s, color 0.2s linear 0s;
-o-transition: background-color .5s ease 0s, color 0.2s linear 0s;
-moz-transition: background-color .5s ease 0s, color 0.2s linear 0s;
-webkit-transition: background-color .5s ease 0s, color 0.2s linear 0s;
}unfortunatly no change 🙁
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
August 7, 2012 at 9:22 am #463466Hi mehmet_alp,
Pls check pm 🙂
Thanks
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by MoonSailor 12 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
hide sub menu & change fontsize of amain menu
Viewing 6 posts - 1 through 6 (of 6 total)