Home Forums Pro Themes Education Hub Pro Changing button colour

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #28318
    safemintrain
    Participant

    Hello,
    I love all the options for changing colours in the theme, but I cannot work out which option changes the colours of the link (background and text) to the next post seen at the bottom of the page in the attached screenshot.
    Can you help please?

    Thanks

    Neil A.
    Screenshot of post link

    #28328
    wensolutions
    Keymaster

    Hello @safemintrain

    We do not have the option to change the color of the link to the next post but please try the below CSS to solve your issue.
    For this goto to Admin Panel > Appearance > Customize > Additional CSS and paste the below CSS.

    nav.navigation.post-navigation a {
        color: #f00;
        background-color: #FFDAB9;
    }

    You can change the code of the color as your choice .

    Hope this helps also if you any confusion related to the theme please let us know.

    Best Regards!!

    #28405
    safemintrain
    Participant

    Thanks – that does the job…
    A related question: can I hide the link to the next post completely (using CSS)?

    Regards

    #28411
    wensolutions
    Keymaster

    Hello @safemintrain,

    If you want to completely remove the Next / Prev Posts links from the bottom of the posts page, you can do it by adding the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    nav.navigation.post-navigation {
        display: none;
    }

    Hope this helps,

    Best Regards !!

    #28419
    safemintrain
    Participant

    Perfect! thanks so much.

    regards

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.