Hello,
How can I remove the hover effect on the social media icons in the menu of Photography example? I would like to have the icons to be exactly the same in hover and non-hover.
Kind regards, Jan
Hey Janpieters,
use this code inside Quick CSS field
.html_header_sidebar #top #header .social_bookmarks li.social_icon_1 a:hover {
background-color: transparent;
color: grey;
}
.html_header_sidebar #top #header .social_bookmarks li a:hover {
background-color: transparent;
color: grey;
}
.html_header_sidebar #top #header .social_bookmarks li a:hover {
background-color: transparent;
color: grey;
}
Best regards,
Andy