Home › Forums › Theme support › Eastend Theme : bug with Tosrus Lightbox › Reply To: Eastend Theme : bug with Tosrus Lightbox
Yes, now I know what you mean. We will fix this in the next update for the theme. In the meantime you can go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:
.tos-pagination a:nth-child(2n + 2) {
display: none;
}
This will hide the duplicate entries.