Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • G T Friend
    #188173

    Please see the attached picture. I have expalined my problem in the picture itself.

    1. change font of Level to items
    2. Remove lines between level 2 menu items


    1. megamenu
    swissa Friend
    #495622

    Need to adjust css in /templates/ja_university/css/menu/mega.css

    line 40

    .ja-megamenu ul.level1 li.mega { border-top: 0px solid #232b37
    margin: 0;
    }

    make the border 0px instead of 1px

    .ja-megamenu ul.level1 li.mega a.mega { border: 0;
    color: #333333
    font-weight: normal;
    padding: 8px 0;
    text-transform: none;
    font-size: 80%;
    }

    add last line font-size:xx%; and adjust the xx to what you want i.e. 80%

    Should do it for you!

    G T Friend
    #495629

    Thanks for the promtp reply. Also when I hover over the menu Item, the, menu title becomes blank (may be white color). How do I change it. see http://ittechies.in

    swissa Friend
    #495637

    Same css file

    Taking it that you want red for the active sub menĂ¼ – if not add your own colour or # number
    line 62 change the code to the following
    .ja-megamenu ul.level1 li.active a.mega.active { color: red !important;
    font-weight: bold;
    }

    line 57 for the hover and I’ve used green – you use what you want

    .ja-megamenu ul.level1 li.mega a.over,.ja-megamenu ul.level1 li.mega a:hover {
    color: green !important;
    }

    G T Friend
    #495753

    <em>@swissa 376475 wrote:</em><blockquote>Same css file

    Taking it that you want red for the active sub menĂ¼ – if not add your own colour or # number
    line 62 change the code to the following
    .ja-megamenu ul.level1 li.active a.mega.active { color: red !important;
    font-weight: bold;
    }

    line 57 for the hover and I’ve used green – you use what you want

    .ja-megamenu ul.level1 li.mega a.over,.ja-megamenu ul.level1 li.mega a:hover {
    color: green !important;
    }

    </blockquote>
    I tried, but no success.
    Please see the code below which I have:

    .ja-megamenu ul.level1 li.active a.mega.active { color: #333 !important;
    font-weight: bold;
    }

    swissa Friend
    #495757

    <em>@joomlagt 376617 wrote:</em><blockquote>I tried, but no success.
    Please see the code below which I have:

    .ja-megamenu ul.level1 li.active a.mega.active { color: #333 !important;
    font-weight: bold;
    }</blockquote>

    I can’t see the code changes in your site. This is what I see

    .ja-megamenu ul.level1 li.mega a.over,
    .ja-megamenu ul.level1 li.mega a:hover { color: #333333}
    .ja-megamenu ul.level1 li.active a.mega.active { color: #333 font-weight: bold; }

    Make sure you are adjusting the right file. It should be http://ittechies.in/templates/ja_university/css/menu/mega.css

    G T Friend
    #495782

    it worked. thanks

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  G T 11 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum