To add a colored circle around Accordion plus/minus icon, like this.
You can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.
div.sqs-block-accordion .accordion-icon-container {
background-color: #f6dede;
width: 50px !important;
height: 50px !important;
border-radius: 50%;
}
.sqs-block-accordion .accordion-icon-container>* {
width: 50% !important;
height: 50% !important;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}