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

    Is it possible to change the color of the “Older Posts” bar at the bottom of the home page?

    Link: http://2browndawgs.com/

    #53105
    Sakin
    Keymaster

    @2 Brown Dawgs Blog: You can change the color code in the following css and then add it in your “Appearance => Theme Options => Custom CSS” box as per your need.

    #infinite-handle span {
        background-color: #0d2f3b;
        color: #fff;
    }
    #infinite-handle span:hover {
        background-color: #654321;
        color: #fff;
    }
    #53120

    Thank you! Worked perfect.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Color Of "Older Posts"’ is closed to new replies.