Hi Anna,
You can do that with CSS. Here's a CSS rule that shows how to change selected page number background-color, border-color and color:
<style>
.k-pager-numbers .k-link.k-state-selected {
border-color: lightgreen;
color: #fff;
background-color: lightgreen;
}
</style>
The result is the following: screenshot.
Give this a try after replacing the colors with the ones you want and let us know whether it works as expected.
Regards,
Ivan Danchev
Progress Telerik
Progress is here for your business, like always.
Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.