Welcome Guest, Not a member yet? Register   Sign In
Pagination problem, How I can remove the current page from right side ?
#9

This is a CSS matter. And can't be changed with Codeigniter settings.

https://www.w3schools.com/cssref/pr_back...-color.asp
https://www.w3schools.com/cssref/pr_text_color.asp

Apply your styling inside this tag.

Code:
ul.pagination li.active {
background-color: green;
...
...
...
}
Reply


Messages In This Thread
RE: Pagination problem, How I can remove the current page from right side ? - by jreklund - 06-19-2019, 05:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB