Hi,
Unfortunately, I do not see any screenshot, but I think that you are referring to those icons -> https://i.imgur.com/Egvq0F7.png those are coming from the ajax pagination -> https://i.imgur.com/IT5gylN.png if you want to change only the icon it can be done using a css, just replace the icons in this code:
.td-icon-menu-right:before {
content: '\e808';
}
.td-icon-menu-left:before {
content: '\e807';
}
The code need to be set in the theme panel > custom code> custom css.
Thank you!
Hi Calin,
Thank you, but unfortunately, it did not work please check the screenshot, https://www.awesomescreenshot.com/image/23419732?key=68735583731cf4e5435f58349c078702
Just to emphasize I would need to change the ajax pagination to the blog post regular arrows as per screenshot->> https://www.awesomescreenshot.com/image/23419850?key=96567003f29f6f2d5ed9bae0f32be90b
Regards
Faba
Hi Faba,
The code is working, but you set the same icons, the code that I provide is with the current icons that are used, you need to replace them -> https://i.imgur.com/9pDIqdo.png
Also, if you want to add pagination, then this is not possible. The pagination is only on loop elements that are part of templates (page template, category template…)
Thank you!
Hi Calin,
Thanks for the update, I designed the home page with the tagdiv composer, what would be then the best option to set only part of the home page with the pagination, just like this blog has managed to do so. https://priyadogra.com/
Thank you
Hi,
If the homepage was made using the tagDiv Composer, then you can select the blocks that you want to have a pagination and set it from the filter tab -> https://i.imgur.com/GjFGSc5.png
The numbered pagination can be added only by selecting the page template on the “Page builder + latest articles + pagination”.
I hope this will help you!