I am struggling to achieve the goal of changing the background of the search box to transparent and making the search icon white on hover. Any help or suggestions would be greatly appreciated!
Below is the code where I want to apply the hover CSS effect:
fusion-main-menu .fusion-main-menu-search a:after {
font-family: FontAwesome;
color: #5b646d !important;
background: #fff;
padding: 8px 10px;
border-radius: 4px;
}