August 22, 2013 at 10:48 am
#3482
sovit ranjitkar
Keymaster
@BlackWidow To change the color of the next / previous post button Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS and paste the following CSS code:
ul.default-wp-page li a {
background-color: #F9F9F9;
border: 1px solid #EAEAEA;
}
Note: Change above HEX color code F9F9F9 for background-color and EAEAEA for border.
Now, Click on Save All Changes Button and Refresh your browser.
Thank you!