• Resolved trishtrishtrish

    (@trishtrishtrish)


    Hello,

    I’ve added social icons to the header (using the HTML component) and footer (in the “footer two” component) of my page.

    But the icons are only visible on my homepage and one other page. On the rest, they are not visible. The links are still present if I hover though.

    Also, every time I reopen the header HTML component, the code is not there. The field is empty –- even thought the icons are still visible on the homepage. This is a less urgent concern, because I shouldn’t have to mess with them much once they work everywhere.

    Any suggestions?
    Thanks.

    This is what I’m working with:

    <a href="https://www.facebook.com/" target="_blank" class="fa fa-facebook"></a><a href="https://www.instagram.com/" target="_blank" class="fa fa-instagram"></a>

    /* Style all font awesome icons  for social */
    .fa {
      padding: 5px;
      font-size: 30px;
      width: 30px;
      text-align: center;
      text-decoration: none;
      border-radius: 50%;
    }
    
    /* Add a hover effect if you want */
    .fa:hover {
      opacity: .3;
    	color: 157EC0;
    }
    
    /* Set a specific color for each brand */
    
    /* Facebook */
    .fa-facebook {
      color: 157EC0;
    }
    
    /* Instagram */
    .fa-instagram {
      color: 157EC0;
    }

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @trishtrishtrish,

    Thanks for choosing Neve!

    We were able to replicate this issue and we will report it to our developers. Hopefully it will be fixed in the next update of the theme. Thanks for pointing it out!

    Have a nice day!

    Hello @trishtrishtrish!

    It looks like this is not a theme related issue because we don’t load FontAwesome in the theme. Elementor loads it and it probably loads it only where Elementor is used. However, it’s possible to make the social icons appear on all pages by following the steps below.

    • Install the OrbitFox plugin
    • Enable the Header/Footer scripts module (documentation)
    • Go to and add your mail there
    • They will provide you an embed code via email (it will look similar to this)
    • Copy the script code
    • Go to Customizer -> Header/Footer scripts and add the code in the Header field
    • This way, it will be loaded everywhere and the icons added in the HTML element should work properly.

      I hope this helps!

      Have a nice day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘HMTL in header inconsistent across pages’ is closed to new replies.