WordPress Themes, Plugins and HTML Templates › Forums › Antenna WordPress Theme › Page numbers are disappeared › Re: Page numbers are disappeared
Hello,
Can I customize it somehow?
Yes, you can customize the look and feel of navigation links. Please follow the simple steps,
– Go to `Appearance > Customize > Theme Custom CSS`
– You can override the theme style of Paging Navigation here.
– Example…
.paging-navigation .nav-links a {
font-size: 22px;
font-size: 2.2rem;
}[/CODE]
[B]I’d like to get button or something, because that text is not very visible for site visitors[/B]
Now, you can style the Paging Navigation links to anything you want with the help of Theme Custom CSS.
Thanks[CODE].paging-navigation .nav-links a {
font-size: 22px;
font-size: 2.2rem;
}[/CODE]
I’d like to get button or something, because that text is not very visible for site visitors
Now, you can style the Paging Navigation links to anything you want with the help of Theme Custom CSS.
Thanks