Pagination how to make all pages visible

I see pagination on blog but it only shows 1 when you hover it shows is there a way to make the navigation show all parameters.

https://verasabe.com/blog/

Hi George,

Thanks for reaching out.

You only have 4 blog post and on my perception, you set your blog in the Reading to show 3 posts per page and that’s why the pagination is enabled. Currently, on your blog page, all the pages are visible or did I miss your point?

Hope that helps and let us know how it goes.

Thank you.

the pagination is not showing to go to the 2nd page unless you hover over it I would like to make that visible so people know there is more than 1 page currently I have 4 posts. Even if I set it to show only 2 to page it does not show the 2nd page what I am trying to accomplish is to show all pages available and visible

Its like the hover colors is transparent and not visible unless you scroll over it

Hi George,

Yes, the button color is not that visible, if you want to make it visible you need to style it with CSS. Please add this code in your Pro > Theme Options > CSS.

.blog .x-pagination a {
    border: 1px solid rgb(2,31,66);
    color: rgb(2,31,66);
}

That code will help you to make the pagination button more visible.

Please note that proving custom CSS is outside the scope of our support. Issues that might arise from the use of custom code and further enhancements should be directed to a third-party developer.

Hope that helps and let us know how it goes.

Thank you.

Odd it did not work in global css but inside wp css

It is working the way I wanted thanks

Hi George,

You’re welcome and it’s our pleasure to help you. If you have any other concerns, feel free to reach us.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.