Config Mega Menu

Posted in: Newspaper
Post count: 40

I’m config the megamenu, and I like to:
– Hide ‘All’ from Subcats list (only see option in CLOUD LIBRARY TEMPLATE, here is the option in HEADER STYLE)?
– Hide categorys from Subcats list (here is the option)?

In other words, I want the functionality to be maintained (showing articles from categories and subcategories), but not showing the subcategs list.

Another question, in the mega menu is it possible to customize the presentation of the article list for different categories?
example: for an “opinion” category, show the article title, but:
– no image of the article
– yes image of the author and his name

Post count: 40

please move to Newspaper

Post count: 35449

Hi,

There are two type of mega menu, with sub-categories and without sub-categories -> https://forum.tagdiv.com/mega-menu/ also using a cloud header from tagDiv Cloud library, you can edit it using tagDiv Composer -> https://i.imgur.com/hfJk5HR.png also the image can be remove using this options -> https://i.imgur.com/6FU38Ue.png

Thank you!

Post count: 40

I checked “Hide ‘All’ from Subcats list” and that item desapear, but another Subcats are there…
Please confirm, can I hide all Subcats list (when selected item menu are Category and have Subcats)?
I need the same presentation as a menu item without subcategories, to show only 5 last articles.
Have one option for that?

Post count: 35449

Hi,

Unfortunately there is no option for this, you need to use a custom css like this one
.block-mega-child-cats {
display: none;
}

This will be the results: from this -> https://i.imgur.com/U8hMOfd.png in this -> https://i.imgur.com/Jgl1IrF.jpg
The code need to be set in theme panel > custom code> custom css.

Thank you for your understanding!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.