• Hi,

    I tried to overwrite the default CSS by using the following code in style.css file of the child theme.

    .simple-social-icons ul li a,
    .simple-social-icons ul li a:hover {
    	background: transparent !important;
    	border: 3px solid #e96e57 !important;
    }

    Unfortunately, it’s not working. Is there any workaround for this?

    I’m using the latest version of the plugin. Sorry, no link to live site since it’s still on my localhost.

    https://wordpress.org/plugins/simple-social-icons/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ron Rennick

    (@wpmuguru)

    You need to make your CSS selectors more specific than the ones in the SSI plugin. Without having access to your site I can’t provide any thing more specific than that.

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot Overwrite the CSS’ is closed to new replies.