- By default, the links will look like this.
- With our CSS, you can make the pagination links like buttons.
CSS:
.et_pb_posts .pagination a {
display:inline-block;
border:2px solid;
border-radius:30em;
text-decoration:none;
padding:2px 10px;
transition:.5s;
}