Hey there…
Did I mention how awesome your theme is? I guess I have said it a thousand times!
Your support is amazing, too!
Just a question…when you add the social icons to the header, they change their colors when hovering.
Any chance to have that color always on???
Thanks! And happy Halloween!
Hi MMA_Impact!
Open up /enfold/css/layout.css
and starting on line 1110 you will see the CSS for the social icon hovers,
#top #wrap_all .av-social-link-rss:hover a{color:#fff; background-color:#ffa133; }
What you can do is remove the :hover part like so,
#top #wrap_all .av-social-link-rss a{color:#fff; background-color:#ffa133; }
Regards,
Elliott
Thank you very much! I always appreciate the help I get in here!
Outstanding! Thank you very much!!!