-
-
Hi
I have set a top widget area and added the social media icons to this and set their colour to white as my top widget area background is green.
However when I hover over each icon they disappear – I cannot see any option for setting the colour of the icon link on hover please?
Thanks
J
-
Hello,
Please add this code into your custom css box:
.top_nav .social_widget li i:hover { color: white; }
Change the color to your wish.
Best regards!
-
-
Hi again
I also need the hover links in the top right hand widget custom menu area to be grey when hovered ?
I have tried the below css but no luck?
.top_nav .nav_menu li i:hover {
color: #606060 !important;
} -
Hello,
Are you referring to this site (screenshot)?
If yes, then please add this code into your custom css box:.header_12 .header_widgetized .widget a:hover { color: #4f5050 !important; }
If not, please send us a link where are you having this.
PS: Please help us keep a clear forum by opening a new tickets for every new question. So the current topic won’t lose it’s initial direction. Thank you for the cooperation.
Best regards!
-
-
Hello
any update on the above please? really need to get the site complete asap
Thanks!
J
-
Hello,
Add this code instead:
.widget a:hover { color: white !important; }
Edit the color to your wish.
Best regards!
-
-
-
Its ok sorted now – there was some conflicting custom css that was the issue now
-
You must be logged in to reply to this topic.