Hi, @sanderfeinberg, are you referring to styling the imported feed item’s display on the front? Would you mind sharing more on the setup you are working on?
Thanks for replying. I’m referring to page nav on a list of references. I want to increase space between numbers and change font.
Currently looks like:
123…Next
@sanderfeinberg you can choose the pagination style between the numbered format and the older/newer option. As for the look and feel, you’d need to target the section using custom CSS code for example.
.wpra-feed-page,.wpra-feed-current-page{
padding:0 25px;
font:'custom-font here';
}
@mikeyboo Thanks so much. This helped! Are you the plugin author? It’s awesome.