Okay
  Public Ticket #170474
Since updating, all my facebook like / twitter buttons have become invisible
Closed

Comments

  • Chantelle started the conversation

    Hey there!

    I recently upgraded to the newest version of salient, and for some reason my facebook like buttons and twitter buttons that are embedded on the page have become transparent. They are still 'on' the screen when I inspect elements. You can even still click on them, but they are completely hidden.

    There is a like button on the homepage just above the LATEST NEWS email subscription box - it's there but you can't see it.

    And at the bottom of each blog post there is a like and tweet button (by digg digg) - that is there, but you can't see it either. But for whatever reason the Google+ share is still visible. Not sure what's happening.. 

  •  1,069
    ThemeNectar replied

    Hey Chanelle! Add this into the Custom CSS box located in your Salient Options panel: 

     
    .main-content iframe[src] {
    	opacity: 1!important;
    }
    
  • Chantelle replied

    Thank you!