Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #664596

    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

    #664654

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.