Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support mikeyboo

    (@mikeyboo)

    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?

    Thread Starter sanderfeinberg

    (@sanderfeinberg)

    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

    Plugin Support mikeyboo

    (@mikeyboo)

    @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';
    }
    
    Thread Starter sanderfeinberg

    (@sanderfeinberg)

    @mikeyboo Thanks so much. This helped! Are you the plugin author? It’s awesome.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS for Page Navigation’ is closed to new replies.