Hi @WendyM,
I hope you are well today and thank you for your questions.
The icons used for FB and LI are white and you cant see them. How do I change this to something suited to the black bg?
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-footer .sh-footer-widgets i:not(.icon-link) {
color: #000 !important;
}
Also I would like the widget for the social media to be underneath the contact us info so not in a column of its own like it is now.
Then in the footer widgets area add dummy text widget in place of social media widget and move social media widget to the fourth place in the widget area.
Best regards,
Shufflehound team