One Setting for read more Button + Post Navigation

  • MalcolmMcAtee

    I guess this is maybe a feature request, but could there be a setting in the customizer for these links used to navigate between posts. Perhaps next to the styles used for the read more button.

    Thanks Malcolm

  • Hi Malcolm,

    Do you mean to style the post navigation?
    If so, it requires CSS.

    Can you link me to your post where I can see the post navigation? And also link me to the blog where I can see the read more button so I can write CSS for you.

    Let me know 🙂

  • Try this:

    .nav-previous, .nav-next {
        display: inline-block;
        border-radius: 6px;
        background-color: rgba(0, 0, 0, 1);
        color: white !important;
        padding: 1em 2em;
        text-decoration: none;
    }
    
    :is(.nav-previous,.nav-next) a {
        color: white !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.