Mega menu without pagination

Posted in: Newspaper
Post count: 113

Any way to make megamenu subcategories not to have pagination?. I have found the option in the blocks but I couldn´t find it for megamenu. I just want to show the last article of each subcategory applied to the megamenu, not an option to go to the next (just for avoid ajax to run and not to waste resources for nothing).

Many thanks

Post count: 35449

Hi loslunesseriefilos, unfortunately there is no option for this, but you can use a custom css to remove the next and prev buttons, in this way the ajax will not be use.
-> https://i.imgur.com/JW4ZhXs.png
.td-next-prev-wrap{
display: none;
}

This code need to be set in theme panel> custom code> custom css.
Hope this will help you!
Have a nice weekend!

Post count: 8

this code hides all pagination elements for the website, can it be done only for the mega menu pagination?

Post count: 18283

Hello !

Please use this css code: .tdb-mega-menu .td-next-prev-wrap{
display: none;
}

Thank you !

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.