arrows to numbers (pages)

Posted in: Newsmag
Post count: 312

goodnight.
Is there an option to change the page passage from arrows to numbers? If so, how can I make this change? reinforcement that it must be made for desktop and mobile. see attached. https://imgur.com/kiW5POK
http://www.cidademarketing.com.br
thanks

Post count: 35449

Hello,
Unfortunately the Newsmag theme do not have an option for this, but it can be done using a custom css:
.td-icon-menu-right:before {
content: '\e808';
}
.td-icon-menu-left:before {
content: '\e807';
}

You need to replace the icon from inside the content using css. Also, you can add an extra class per element where you’ll like to replace the pagination icons.
Thank you!

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