Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #302923

    Hi there!

    How do I edit the look of the Next Post / Previous Post button that shows up on blog posts? Specifically, I’d like to:

    1. Change the color of it (for both when someone hovers over it and in its natural/start state)
    2. Change the font to Helvetica
    3. Make the font a little bigger

    Thanks!

    #303132

    Hi alexmasica!

    Please add following code to Quick CSS

    #top .avia-post-nav { background: rgba(0,255,0,0.6); font-family: helvetica; font-size: 16px; }
    #top .avia-post-nav:hover { background: rgba(0,0,255,0.8); }

    Regards,
    Yigit

    #303497

    Thanks, that’s perfect!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Next Post / Previous Post button editing’ is closed to new replies.