How to change font type for page selector

I want to change the font for the page selector (circled in blue) to the font I have set for h1. I can change this from changin the tags font but this changes all the fonts using those tags. How can I change the font of only the page selector?

Screenshot 2025-04-15 183406.png

Thanks in advance

Hi @revtekautoparts

To change the font only for the page selector (without affecting all tags), you’ll need to target it with a more specific CSS selector.

For example, if your page selector is inside a container like .pagination, you can do something like this:

.pagination a {
  font-family: var(--font-heading-family); /* Or your specific H1 font */
}

This way, it only affects the links inside the pagination component and not the rest of your site.

Hi,

Hope this will help

  • Find class name of page selector
  • At css file add .pagination
    Code example
.pagination a {
  font-family: var(--font-heading-family);
}

Tried this but had no luck, am I missing anything?

No luck

Website: https://revtekautoparts.com.au/