Social icons in navigation bar

I looked through your thread with Tanisha about adding social icons to the navigation bar and followed all the steps but the icons didn’t show up in my navigation bar instead this shows up “[stag_sidebar id=‘header-social-icons’]”. Do you mind taking a look for me?
My site is emilybogner.com
Thank you

Hi @ehutchings,

I hope you are well today and thank you for your question.

I don’t see the mentioned shortcode in the navigation bar on your shared site.

Have you used the following plugins on your site as stated in the shared thread?

Kind Regards,
Movin

Hey Movin,

I have confirmed that I have all plugins installed and followed all steps but the icons are not showing up.
Your assistance is greatly appreciated. Thanks,
Elisa

It seems they are displaying on your site but due to their black color on black background is not displaying.

You can try changing their color to white by adding the following CSS code in the Custom CSS option of your theme on the below path.

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


nav.navbar.navbar-default ul .widget_wpcom_social_media_icons_widget ul a {
    color: #fff;
}

Not a problem… here is the login information

Here is the login to WP (http://emilybogner.com/wp-admin/index.php)
Username: [email protected]
Passowrd: marcio3211

Thank you,
Elisa

Your code worked great! Just going to work on moving it over closer to the search field.

Thank you

You are most welcome here :slight_smile: