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*

Change color of next / previous post button

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3436
    BlackWidow
    Participant

    Hi there

    just another quick question – how do I change the color of the next / previous post button?

    It’s the button that appears at the bottom of a post once you have clicked ‘Read More’ and has an arrow next to the title. Currently the color is set to a light grey – #f9f9f9

    Thanks
    Black Widow

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

    #3508
    BlackWidow
    Participant

    Thanks Sovit

    that worked a treat!

    BlackWidow

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.