Remove Accordion Arrows in Squarespace
Remove accordion arrows from sections in Squarespace using the following CSS:
/* Remove All Accordion Arrows */
.arrow {
display: none !important;
}
Remove accordion arrows from sections in Squarespace using the following CSS:
/* Remove All Accordion Arrows */
.arrow {
display: none !important;
}