Viewing 2 replies - 1 through 2 (of 2 total)
  • You can add this CSS to JetPack’s Custom CSS Option (once you enable it, you’ll see a menu item under Appearance > Edit CSS).

    .site-content #nav-below .nav-next a:before,
    .site-content #image-navigation .nav-next a:before,
    .site-content #nav-below .nav-previous a:before,
    .site-content #image-navigation .nav-previous a:before
    {
       font-size: 100px;
       height: 100px;
       width: 100px;
    }

    These values are twice as large as the current values (50px), so you’ll want to scale them down.

    Thread Starter miharbio

    (@miharbio)

    Cool thanks! I’m realizing though that I don’t want the navigational arrows at all. Would custom CSS be able to remove that?

    Of course if it was possible to navigate within a category/tag then that would be awesome.. but alas..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘navigational arrow size’ is closed to new replies.