Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hello, it’s like this because we had to find a temporary solution

    Here is the code for the top bar of the template, I don’t understand why it’s not showing the icons.

    <div id="top-bar-social" class="clr top-bar-left">
    
    	<ul class="clr" aria-label="Social links">
    
    		<li class="oceanwp-twitter">
    		<a href="#" aria-label="Twitter (opens in a new tab)" target="_blank" rel="noopener noreferrer"><i class=" " aria-hidden="true" role="img"></i></a></li>
    		<li class="oceanwp-facebook"><a href="#" aria-label="Facebook (opens in a new tab)" target="_blank" rel="noopener noreferrer"><i class=" " aria-hidden="true" role="img"></i></a></li>
    		<li class="oceanwp-instagram"><a href="#" aria-label="Instagram (opens in a new tab)" target="_blank" rel="noopener noreferrer"><i class=" " aria-hidden="true" role="img"></i></a></li>
    		<li class="oceanwp-youtube"><a href="#" aria-label="Youtube (opens in a new tab)" target="_blank" rel="noopener noreferrer"><i class=" " aria-hidden="true" role="img"></i></a></li>
    	</ul>
    
    </div>

    Snapshot https://ibb.co/hdLHBpw

Viewing 1 replies (of 1 total)