Home › Forums › Pro Support › wp show posts pagination style › Reply To: wp show posts pagination style
May 17, 2017 at 12:23 am
#2036
Keymaster
You could do something like this:
.page-numbers {
border: 1px solid #DDD;
padding: 5px 10px;
}
.page-numbers.current {
background: red;
color: white;
border: 1px solid transparent;
}