• Gunivortus

    (@gunivortus)


    The plugin works well under 4.1.4, but I’d like to change the size of the font, making it bigger. Where can I add something like

    .pagination {
    font-size: 1.6em;
    }

    (That is part of the CSS of my theme, the WP standard page break grabs that, but the plugin doesn’t).

    https://wordpress.org/plugins/custom-nextpage/

Viewing 1 replies (of 1 total)
  • Hi Gunivortus!

    In case of still having this problem, you can use this code:

    .page-links {
      font-size: 1.6em;
    }

    In this plugin, the class of the list should be page-links.

Viewing 1 replies (of 1 total)

The topic ‘change font size’ is closed to new replies.