Social icon not showing in footer

Hi,

I’ve linked facebook and linkedin to the social icons in the options menu. however, on the home page only the facebook icon shows up while the linked in icon stays on display: none. this only happens on the home page and the icon in shown on other pages just fine. I was wondering what the propper elector for the icon is so i can change the display, the page url is http://destageconsultant.nl/

Hi @Bastiaansen,

Thanks for reaching out.

It’s due to this existing CSS which is added through LoaftLoader plugin


.twitter, .google_plus, .behance, .linkedin, i.fa-twitter, .pinterest {
    
    display:none !important;
}

Please remove that CSS or disable the plugin.

Thanks!

Hi @Rad,

The problem still seems to stay after disabling the plugin and I can’t seem to find the right css file where the style is declared.

Hello There,

The code:

.twitter, .google_plus, .behance, .linkedin, i.fa-twitter, .pinterest {
    
    display:none !important;
}

were added in the Visual Composer custom css section. Please login to your site and find the custom css section of the WP Bakery Visual Composer plugin.

Please let us know how it goes.

disabling the WP Bakery did the job, thanks!

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.