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

    Hi, I would like to change the color of the next/previous page boxes that show on the sides of the screen on every post – http://screencast.com/t/58mt3zpkCnin

    How can I do that? This is the color I want – #ff0066

    Thanks.

    #428993

    Hey DROR!

    Please add following code to Quick CSS

    #top .avia-post-nav:hover {
      background: rgba(255,0,102,0.8);
    }
    #top .avia-post-nav {
      background: rgba(255,0,102,0.1);
    }

    Cheers!
    Yigit

    #429022

    Great, Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to change the color of the next previous pages boxes’ is closed to new replies.