PeterBubresko Posted Friday at 03:55 PM Share Posted Friday at 03:55 PM I want to insert a link with an icon for each social media icon. How do I do that while keeping the hover effect and still keep the W3 icon? I would be very thankful if you could give me one example. <!-- Footer --> <footer class="w3-container w3-padding-64 w3-center w3-opacity w3-light-grey w3-xlarge"> <i class="fa fa-facebook-official w3-hover-opacity"></i> <i class="fa fa-instagram w3-hover-opacity"></i> <i class="fa fa-snapchat w3-hover-opacity"></i> <i class="fa fa-pinterest-p w3-hover-opacity"></i> <i class="fa fa-twitter w3-hover-opacity"></i> </footer> Quote Link to comment https://forums.phpfreaks.com/topic/327426-problem-with-linking-on-a-w3-icon/ Share on other sites More sharing options...
Solution Barand Posted Friday at 04:44 PM Solution Share Posted Friday at 04:44 PM Put icon insisde a link EG... <a href='https://facebook.com'> <i class="fa-brands fa-facebook w3-hover-opacity"></i> </a> Quote Link to comment https://forums.phpfreaks.com/topic/327426-problem-with-linking-on-a-w3-icon/#findComment-1653200 Share on other sites More sharing options...
PeterBubresko Posted Friday at 06:42 PM Author Share Posted Friday at 06:42 PM Thank you Mr. Barand Quote Link to comment https://forums.phpfreaks.com/topic/327426-problem-with-linking-on-a-w3-icon/#findComment-1653203 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.