Social Media icons disappeared after installing child theme

Hi All,

I have installed the child theme “colorlib-child-theme-4.zip” to enable the editing of the footer copyright message and the social media icons have disappeared. My Social Media menu is still set up but the icons won’t show.
Is there something I should add in the CSS to get it back?

Thanks,
Elisa

Hey there,
I hope you’re doing well today

Kindly provide the URL to your website so I can have a look at this issue for you.

Best Regards,
Support

theintrovertedtourist.com

You can display it on your site 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 li a span.menu-image-title {
    display: block;
}

Awesome!

Thanks a lot!

You are most welcome here :slight_smile: