Site logo

Archived topic

about text color

1 reply · Started by sanjeevkumar on September 30, 2020

Viewing posts 1–2 of 2

how to change text color for page numbers

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;
}
This archived topic is closed to new replies.