- Edited
Hi
How can I disable pagination only on single articles of specific menu items (type magazine layout)?
Miltos
Hi
How can I disable pagination only on single articles of specific menu items (type magazine layout)?
Miltos
Hi Miltos,
Page Class
will be helpful in this case, go to menu item of that page >> Page Display >> Page class >> add a class for example: hidePaging
and add this custom css for it:
.hidePaging .item-page .pagenavigation {display: none;}
Thanks Saguaros