Font in next previous post not showing

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support Forums Support (Legacy) Font in next previous post not showing

This topic is: Resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1673

    Jakob
    Participant

    Hi there

    the font in next previous post not showing

    https://dl.dropboxusercontent.com/u/8273044/Pojo%205.png

    I added the following code

    div.nav-next a {
        color: #ffffff;
    }

    to the style.css in /public_html/wp-content/themes/leader-child/assets/css/ but no evect.

    Thank you

    cheers

    Jakob

    #1676

    Noa
    Keymaster

    Hello Jacob,

    Try inserting the class without the div in front of it.

    Or try adding !important to the code.

    #1678

    Jakob
    Participant

    !important did it, I should think of this.

    #1679

    Noa
    Keymaster

    Try inserting the following code instead:

    nav.post-navigation a {
        color: white !important;
    }
    #1686

    Jakob
    Participant

    Great, thank you Noa

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘Support (Legacy)’ is closed to new topics and replies.