page numbers font

Posted in: Newsmag
Post count: 1

How can I change page numbers font?
null

Post count: 23312

Hello ekoloskov,

If you are talking about this page numbers -> https://www.screencast.com/t/0uR7q1cyCzdi, notice that you should use a bit of CSS code in order to change the font size or font family. Try to use the code below and place it in Theme panel -> Custom CSS area.

The code is ->
.page-nav a {
font-family:Arial;
font-size:20px;
}

Thanks for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.