Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • nooran Developer
    #190054

    Hello,
    I’m using JA Events template for Joomla 3.

    When I choose an image from link image, the mega mainmenu text does not hide, I don’t know why, although I choose “No” to “Add Menu Title” option.

    All I want is the link image to appear on mega menu instead of the text.

    Can anyone help me solve this issue?

    Best Regards
    Raffet Ali

    phong nam Friend
    #503545

    Hi Raffet,

    In this case, I suggest you to create the menu class suffix by adding below codes into the end of templates/ja_events/css/template.css file:

    .hide .has-image span.menu-title {
    font-size: 0;
    }

    .ja-megamenu ul.level0 li.mega .has-image {
    height: 25px;
    }

    You can adjust the height of has-image class to fit your menu item’s height.

    Then put the text “hide” into Additional class option the Parameters (JA Extended) of the menu items which you want to hide the menu title. Then clear JAT3 cache to make the change to be effective.

    nooran Developer
    #503564

    Hello,

    I worked fine, but the width is not auto fit… How can I make the width to be auto fit?

    Best Regards
    Raffet Ali

    phong nam Friend
    #503567

    Hi Raffet,

    You can put the codes into template.css file too:

    .mega.hide.haschild {
    width: 80px;
    }

    Adjust the width until you get perfect, then clear JAT3 cache.

    nooran Developer
    #503580

    Thanks a lot.

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

This topic contains 5 replies, has 2 voices, and was last updated by  nooran 10 years, 7 months ago.

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