/* Larger arrow controls */ .sqs-gallery-design-carousel .sqs-gallery-controls .previous:before, .sqs-gallery-design-carousel .sqs-gallery-controls .next:before { font-size: 32px; // width: 32px; height: 32px; line-height: 32px; /* Choose colour of controls */ color: white; } /* Thicker arrow controls */ .sqs-gallery-design-carousel .sqs-gallery-controls .previous:before { /* Use thicker arrows */ font-family: 'squarespace-ui-font'; content: "\E000"; } .sqs-gallery-design-carousel .sqs-gallery-controls .next:before { /* Use thicker arrows */ font-family: 'squarespace-ui-font'; content: "\E003"; } /* Vertically centre the controls on the slide at the edges */ .sqs-gallery-design-carousel .sqs-gallery-controls .previous { position: absolute; top: 50%; left: 17px; /* Grey shading under controls */ background: rgba(100,100,100,0.3); padding: 10px; } .sqs-gallery-design-carousel .sqs-gallery-controls .next { position: absolute; top: 50%; right: 17px; background: rgba(100,100,100,0.3); padding: 10px; }

New Page

 /* Larger arrow controls */
   .sqs-gallery-design-carousel .sqs-gallery-controls .previous:before, .sqs-gallery-design-carousel .sqs-gallery-controls .next:before {
    font-size: 32px;
  //  width: 32px;
    height: 32px;
    line-height: 32px;
    /* Choose colour of controls */
    color: white; 
  }
 
   /* Thicker arrow controls */
   .sqs-gallery-design-carousel .sqs-gallery-controls .previous:before {
    /* Use thicker arrows */
    font-family: 'squarespace-ui-font';
    content: "\E000";
  }  
 
   .sqs-gallery-design-carousel .sqs-gallery-controls .next:before {
    /* Use thicker arrows */
    font-family: 'squarespace-ui-font';
    content: "\E003";
  }  
   
   /* Vertically centre the controls on the slide at the edges */
   .sqs-gallery-design-carousel .sqs-gallery-controls .previous {
     position: absolute;
     top: 50%;
     left: 17px;
     /* Grey shading under controls */
     background: rgba(100,100,100,0.3);
     padding: 10px;
   }
   
     .sqs-gallery-design-carousel .sqs-gallery-controls .next {
     position: absolute;
     top: 50%;
     right: 17px;
     background: rgba(100,100,100,0.3);
     padding: 10px;
   }