hello,
Can someone help me to hide/remove start prev next end from vm2 template ?
thank you
#bottom-pagination .pagination-start,
#bottom-pagination .pagination-end,
#bottom-pagination .pagination-prev,
#bottom-pagination .pagination-next {
display:none !important;
}