Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1349422

    Please remove the hover colors on the social icons on the very top and footer on my site

    Live site – http://balrajt9.sg-host.com/

    #1349471

    Hey navindesigns,

    Please try the following in Quick CSS under Enfold->General Styling:

    ul.social_bookmarks li:hover a {
      background-color: transparent;
    }

    Best regards,
    Rikard

    #1349476

    And if you like to have a little effect on hovering – maybe you deside to have a text-shadow on them:
    ( default rule has a lot of ID’s on that rule – so maybe Rikards code will not work this way )

    #top #wrap_all .social_bookmarks li:hover a, 
    #top #wrap_all .social_bookmarks li:hover a:focus {
      background-color: transparent !important;
    }
    
    #top #wrap_all .social_bookmarks li:hover a {
      text-shadow: 2px 2px 2px #000;
    }
    #1349502

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

    #1349899

    Thanks

    The hover is gone but if you click on the icons and then go back and hover on the icon you can still see the hover colors

    #1349947

    Hi,

    Please try this CSS as well:

    .social_bookmarks a:focus {
        background-color: transparent !important;
    }

    Best regards,
    Rikard

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