Footer social media icons - color, position

Hi Support,

Website is here: maai-ma.com

  1. How to change the color of the icons? CSS I found did not work.
  2. How to change the position of the icons to either middle or right side?
  3. What is the square with a caret at the right end of the footer? How can I remove it if it is unnecessary?

Thanks.

Hey there

I hope you are well today.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Additional CSS

/*social icon color*/
.bg-dark .social-list a {
    color: red;
    opacity: 1;
}
/*center social icon color*/
.container.footer-inner {
    margin: 0;
}
/*remove scroll to top*/
a.btn.btn-sm.fade-half.back-to-top.inner-link {
    display: none !important;
}

Best Regards,
Support

Be-yoo-tee-ful! That worked!

Thanks, Support

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support