Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #152937
    KWhooley
    Participant

    Hello,

    You will notice here on a single post page: https://www.karenwhooley.com/2018/08/win-a-copy-of-coastal-crochet-at-ellen-gormley-go-crochets-you-tube/ That I have the navigation at the bottom in the standard colors of the theme out of the box.

    I have updated the pagination as you can see here: https://www.karenwhooley.com/news/

    How do I make the navigation at the bottom of the single post match the pagination of the archive blog page?

    #152979
    Skandha
    Participant

    @kwhooley: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .nav-previous a, .nav-next a {
    	color:#88edd4 !important;
    	border-color:#88edd4 !important;
    }
    .nav-previous a:hover, .nav-next a:hover {
    	background-color:#88edd4 !important;
    	border-color:#88edd4 !important;
    	color:#fff !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #153066
    KWhooley
    Participant

    tHAT WORKED PERFECTLY! tHANKS!

    #153076
    Skandha
    Participant

    @kwhooley: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/parallax-frame/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘changing the color of the navigation under post’ is closed to new replies.