Site logo

Archived topic

Instead of 1 2 Next -->, I want just 1 2 3 ... 48

19 replies · Started by Carol on October 2, 2019

Viewing posts 1–15 of 20

How to change default post navigation link?

On Marketer template, it is "1 2 Next —>"

I would like it to be: 1 2 3 ... 47

Thank you.

and centered under post content only (not including sidebar)

Thank you very much!

But then when you click on "2" - there is "<— Previous 1 2"

I don't want that word, "Previous"

Didn't work - still see the word Previous

Sorry. Edited the code again.

Should work for sure.

Let me know :)

Perfect!

Thank you!

No problem :)

I was using the CSSHero to do it, but deactivated the plugin.

Can the theme do this?

Thanks in advance.

I forgot to tell you to look at the image.

It says to make background a certain color and bold first (current) number and make a certain color...

Try this CSS:

span.page-numbers.current {
    font-weight: 700;
    color: #00C83B;
}
.separate-containers .paging-navigation {
    background-color: #000000;
}

Okay, that fixed the number color but not the background color.

Code I have so far:

.nav-links {
text-align: center;
}
a.next.page-numbers, a.prev.page-numbers {
display: none;
}

span.page-numbers.current {
font-weight: 700;
color: #00C83B;
}

Can I get the background of that pagination area to be a certain color?

#FBF9FA

This archived topic is closed to new replies.