Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • mehmet_alp Friend
    #179620

    Hello 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
    Alp

    MoonSailor Friend
    #463270

    Hi 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


    1. 8-6-2012-9-16-57-AM
    mehmet_alp Friend
    #463379

    I tried but it doesn’t function. ;( I mean to increase the font-size

    MoonSailor Friend
    #463435

    Hi 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 Friend
    #463441

    I 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 Friend
    #463466

    Hi mehmet_alp,

    Pls check pm 🙂

    Thanks

Viewing 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