• Resolved darkfienix

    (@darkfienix)


    Hi

    I’m trying to remove the hyperlink underlining from the plugin. I’ve added the following in as custom css, but it’s not working. Please could you advise.

    #sb_instagram .sb_instagram_header a { 
            outline: none;
    	text-decoration: none !important;
    }
    
    #sb_instagram .sb_instagram_header a:link { 
    	text-decoration: none !important;
    }
    
    #sb_instagram .sb_instagram_header a:hover { 
    	text-decoration: none !important;
    }
    
    #sb_instagram a,
    #sb_instagram a:hover,
    #sb_instagram a:focus,
    #sb_instagram a:active {
      outline: none;
      text-decoration: none !important;
    }
    
    #sb_instagram a {
      text-decoration: none !important;
    }
    
    

    Many thanks.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Can’t remove text-decoration’ is closed to new replies.