[Resolved] Change Pagination Link Color

Home Forums Support [Resolved] Change Pagination Link Color

Home Forums Support Change Pagination Link Color

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #755369
    Rizki

    The default pagination link color follows the color settings of the content link. How do I change the color of a pagination link only ? I want this color settings to be reversed => http://prntscr.com/luf2kz

    #755682
    Leo
    Staff
    Customer Support

    Hi there,

    The site you linked isn’t using GeneratePress.

    Can you double check?

    Thanks!

    #755686
    Rizki
    #755691
    Leo
    Staff
    Customer Support

    This is what your site looks like to me currently:
    https://www.screencast.com/t/vf3xBEad

    Can you try #1 here if that’s not what it’s supposed to look like?
    https://docs.generatepress.com/article/debugging-tips/

    Let me know πŸ™‚

    #755704
    Rizki

    Done, please check again

    #755745
    Leo
    Staff
    Customer Support

    Try something like this:

    .separate-containers .paging-navigation {
        color: #efaf00;
    }
    .paging-navigation a {
        color: #000000;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #755750
    Rizki

    It works, big thanks for ur help πŸ™‚

    #755990
    Leo
    Staff
    Customer Support

    You are very welcome πŸ™‚

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