1
2
3
4
5
6
7
8
9
10
11
12
13
14
15















.sqs-gallery-block-slideshow .sqs-gallery-controls .next, .sqs-gallery-block-slideshow .sqs-gallery-controls .previous { background: none; /*removes the original background behind the arrows*/ } .sqs-gallery-block-slideshow .sqs-gallery-controls .next::before, .sqs-gallery-block-slideshow .sqs-gallery-controls .previous::before { background: white; color: black; font-size: 1.1em; /*this changes the size of the arrows*/ padding: 13px; border-radius: 50%; /*remove this is you don't want the background rounded*/ }