[Support request] about text color

Home Forums Support [Support request] about text color

Home Forums Support about text color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1464907
    sanjeevkumar

    how to change text color for page numbers

    #1464991
    David
    Staff
    Customer Support

    Hi there,

    is this for the Archive pagination ?

    If so they use the same link colors set in Customizer > Colors > Body.
    If you want to set them independently then you would use this CSS:

    /* Nav link color */
    .nav-links a, .nav-links span.dots {
        color: #f00;
    }
    /* Hover and Current page color */
    .nav-links a:hover,
    .nav-links span.current {
        color: #00f;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.