Okay
  Public Ticket #3362172
Broken Social Link Animation
Closed

Comments

  •  4
    raymonster967 started the conversation

    The social links at the top left of this specific page (https://staging2.keystoneindustries.com/our-story/) do not work correctly. The LinkedIn icon doesn't show up and the youtube icon disappears when hovered over. These work fine on every other page that has them. There is a plugin for a timeline on this page which may be affecting the code but we really need to keep the timeline as it is the only purpose of this page. Can you please tell me how to fix this? 

    Attached files:  Screenshot 2023-05-03 152143.png

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .fa.fa-linkedin:before {
        content: "\e605" !important;
    }
    .fa.fa-youtube-play:after {
        font-family: 'FontAwesome' !important;
    }

    Thanks



    ThemeNectar Support Team 

  •  4
    raymonster967 replied

    Amazing! Thank you again for your help