Font Change Categories and 'Older Posts' text

Hello

I have changed my fonts using CSS and the plugin Use Any Font but need some more help changing my fonts in specific places…

I need coding to change the ‘Older Post’ text at the bottom of the page that also shows as previous and newer post titles at the bottom of post pages.

I need the correct custom element for categories to apply to the custom elements box in the Use Any Font plugin so that the category font is changed on mobile browsers. I also need this for the ‘Older post’ text.

Thank you

Hello there,

I hope you are doing well today.

The CSS code for the “Older Post” and “Categories” section would be the following:

.paging-navigation a {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
}  
/*Categories*/
#secondary .widget> h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
    color: #636467;
}
h3 {
    color: #696969;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: 30px 0;
}


Best Regards,
Support

Thank you.

This code works ONLY for the ‘Older Posts’ text on the first page.

It DOES NOT WORK for the posts titled as next and previous at the bottom of a full post.

.paging-navigation a {
font-family: “Montserrat”, sans-serif;
font-size: 12px;
display: block;
letter-spacing: 1px;
text-transform: uppercase;
}

As I mentioned I need the custom elements for the Use Any Font plugin, not coding. Can you supply these?

Also I am trying to use guess sans light for the ‘older post’ text and although this code has changed the font it does not match the widget titles and categories…

All fixed! Thank you for your help.

Hello there,

I am glad that the issue was sorted out.

Please feel free to contact us in the future.

Best Regards,
Support