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.
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
Great, Thanks.