Forums
Home / Theme: Asteria Lite / Disable Ajax Pagination
(@dodoland)
11 years ago
How can i disable (or delete) ajax pagination?
(@tislam100)
There is an option in Asteria Options> basic
Maybe i made ??a wrong request, i wish the 4 blocks loaded at once, and not the mouse scroll
Add this to your Custom CSS:
body .midrow_block{ opacity: 1!important; margin-top: 0px!important; }
ok, it works. thank you so much
(@lobsan)
10 years, 3 months ago
I want to remove the page navigation from the home page. Below the post there is a navigation of pages….How can I remove that?
Add this to Custom CSS:
.ast_pagenav{display:none;}