Please help me customize my next page button

Posted in: Newspaper
Post count: 16

I have found the code that will make the next page button appear.
Now, I have a question.
How to align the next/prev page buttons to the middle instead of being positioned on the left.
Also, is there a way to have the next/prev button have rounded corners?
And I wish to use colors other than the basic ones to match my theme color. How to do that? Are color hex codes allowed?
Thanks for the reply.

Post count: 23312

Hello wendy2228,

If you want to change the style for the next-prev button you should use the code below.

.td-next-prev-wrap {
text-align:center;
}
.td-next-prev-wrap a{
border-radius:10px;
background-color:green;
}

The result is here -> https://www.screencast.com/t/jnBQdGCQ5GJ

Thanks for the message!

Post count: 16

Hi!
It’s okay now. Thank you so much Catalin! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.