NEXT PAGE / PREVIOUS PAGE:

<style>
nav.blog-list-pagination {
font-family: din-condensed-web;
font-weight: 400;
font-style: normal;
line-height: 1;
letter-spacing: -.01em;
text-transform: uppercase;
flex-wrap: wrap;
}

.blog-basic-grid .blog-list-pagination {
color: #1ccb00;
}

nav.blog-list-pagination .next-label,
nav.blog-list-pagination .prev-label {
display: none;
}

nav.blog-list-pagination .newer a .icon,
nav.blog-list-pagination .older a .icon {
width: auto;
height: auto;
}

nav.blog-list-pagination .icon svg {
width: 20px;
height: 32px;
}

nav.blog-list-pagination .newer a:after {
content: 'Previous Page';
font-size: 7em;
}

nav.blog-list-pagination .older a:before {
content: 'Next Page';
font-size: 7em;
}
</style>

HIDE TAGS ON SINGLE BLOG PAGE:

.blog-meta-item--tags{
display:none;
}

Lightbox controls

.sqs-lightbox-close {
color: #000000;
}

.sqs-lightbox-next {
color: #000000;
}

.sqs-lightbox-previous {
color: #000000;
}