Social Text in Footer

How do I get rid of the Text Facebook, Twitter and LinkedIn. I just want the icons. Also, I’d prefer the icons to be to the left. My website is www.megannfisher.com

Hi @mnfisher7,

Thank you for your another question.

You can get rid of this text by removing the Footer Links menu by unchecking the Theme location “Footer Links” in the Menus screen as shown in the attached screenshot.

To display icons to the left try adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

#colophon nav#social {
    float: left;
}

Best Regards,
Movin