Hi
is there a way to remover the (arrow) before previous and (arrow) after next in the pagination.
right now i have page numbers styled Numbers followed by numbers in color box …..1,2,3 followed by the next in box.
this is the current CSS code i have used for pagination style but the default arrows remain for previous and next
.page-numbers {
border: 1px solid #DDD;
padding: 5px 10px;
}
.page-numbers.current {
background: red;
color: white;
border: 1px solid transparent;
}
I would like to remove the arrows before and after Previous and After.
any help
thanks
murali