• Resolved thekcsnetwork

    (@thekcsnetwork)


    Hi.

    I was modifying this site last night. And Now I see that at the home page, the social media icons are not showing and are giving an error. While on the other pages they are working just fine. Even at the backend social media icons show but not on the front end of the home page.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @thekcsnetwork,
    After checking the difference between 2 of your pages – homepage and services page, I have found that the Elementor plugin’s font icon CSS is conflicting with the theme’s font icons.

    You can report this to their support team and in the meanwhile add the following CSS (in a child theme’s style.css or theme’s custom CSS section settings) to fix the issue,

    .header-social-media .fa, .header-social-media .fas {
        font: normal normal normal 14px/1 FontAwesome;
        font-weight: initial;
    }
    Thread Starter thekcsnetwork

    (@thekcsnetwork)

    It’s fixed man. Thanks a lot, for the help. You a life saver.

    Awesome, happy to help.
    Though if you compare both the page icons they are a bit different. You could inform the Elementor team the same so that they can help fix it properly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Social Media icon error’ is closed to new replies.