php - Make fontawesome icon hover with entire <a on navigation menu

Please help me on how make font awesome icon hover with <a link on navigation menu
I've tried:
li a.sc-ico:hover, .fa-windows:hover:before {color:blue!important;}
It worked but the hover effect worked on fontawesome icon only, I need fontawesome hover when I hover on the entire <a link.
Any help appreciated рџ?Ѓ
Answer
Solution:
You need to target the hover on the a tag.
a:hover .fa-windows:before { color: blue }
if that doesn't work, try thorw in an important tag.
Share solution ↓
Additional Information:
Link To Answer People are also looking for solutions of the problem: deprecated: directive 'allow_url_include' is deprecated in unknown on line 0
Didn't find the answer?
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Similar questions
Find the answer in similar questions on our website.
Write quick answer
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.