badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Change color of next / previous post button

#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!