Hi DigitM,
Thank you for reaching out, and sorry for the inconvenience caused.
To address the issue you mentioned with the group of icons, you can apply the following custom CSS:
#sp-bottom1 .sppb-icons-group-list > li > a{
padding-left: 0px !important;
}
#sp-bottom1 .sppb-icons-group-list > li > a:before {
display: none;
}
#sp-bottom1 .sppb-icons-group-list > li{
border-bottom: none;
margin: 0 !important;
}
You can refer to this guide on how to use custom CSS in your helix3 template.
Please don’t hesitate to reach out if you have any further questions. I’m here to help!
Best regards