Pagelinks function styling issue

Hi Team,

I have been trying to style the pagelinks function but unable to do it.

here is the link where am trying to achieve.

https://ppisr.res.in/demo/publication

but am getting un-ordered list

I like xthemes pagination styles. Please let me know how can i achieve the same.

Hi @rca4plugin,

To style it like xtheme, you can add the code below in Theme Options > CSS

.pagination li {
    list-style-type: none;
    float: left;
}

Hope that helps

Hi Paul,

Thanks for your swift reply, the issue is resolved! with your help.

Thanking you,

Hariharan

You’re welcome! :slight_smile:

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