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

    I am using the Chicago Pro theme. It is perfect for my blog.

    However, I am having trouble changing the pagination colors, particularly the hover and background colors. I tried to change them through the customizer to white: saved, cleared catch and nothing. Maybe I am doing something wrong but it seems to be set on the default for the “light” colored theme.

    Thanks

    2browndawgs.com

    #61016
    Sakin
    Keymaster

    @2 Brown Dawgs Blog: We found the issue in the Color Options for pagination and will be fixed in next version update.

    So for now, you can change the color code in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    /* Pagination Background and text color */
    .nav-links a {
        background-color: #f2f2f2;
        color: #21759b;
    }
    /* Pagination Hover Background and text color */
    .nav-links a:hover { 
        background-color: #f2f2f2;
        color: #21759b;
    }
    #61248

    Thank you. That worked.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changing Pagination Colors’ is closed to new replies.