Hello Steve,
Thanks for reaching out to us.
To disable color switcher go to Sp page builder settings -> disable color switcher.
To replace arrow icon, please, do it from here:
.services-item-list .services-item-collection .item-container .sppb-addon-wrapper:has(.media-item) .media-item .addon-root-dynamic-content-image .sppb-dynamic-content-image-wrapper::before {
content: "";
}
In content: "" add your desired fontawesome icon code and then use this css in your custom css, you can follow this guide to add css in custom code section: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta
Thanks