Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Nick C

    (@modernnerd)

    Hi, igecorner!

    Have you tried the new color options in the widget settings? You’ll find them in the Appearance → Widgets area for your Simple Social Icons widget: https://d.pr/i/19kWY

    If you don’t see those settings or have any trouble, feel free to let us know.

    Thread Starter igecorner

    (@igecorner)

    Hi Cernis

    Thanks for your reply.

    I tried that option, but its changing for all icons. i want icons on original color, which means, facebook logo should have default FB logo color so on.

    is it possible ?

    Plugin Contributor Nick C

    (@modernnerd)

    The plugin doesn’t currently allow styling of individual icons via the color settings, sadly.

    You could override the colors with CSS, though. For example, the following CSS added to your theme’s stylesheet or via a Custom CSS plugin should set the icon background colors of the most popular icons:

    .simple-social-icons.widget ul li a,
    .simple-social-icons.widget ul li a:hover {
    	color: #fff !important;
    }
    
    .simple-social-icons.widget ul li a:hover {
    	opacity: 0.8;
    }
    
    .simple-social-icons.widget ul li.social-facebook a {
    	background-color: #3d5a98 !important;
    }
    
    .simple-social-icons.widget ul li.social-twitter a {
    	background-color: #09b0ed !important;
    }
    
    .simple-social-icons.widget ul li.social-gplus a {
    	background-color: #dd4c39 !important;
    }
    
    .simple-social-icons.widget ul li.social-linkedin a {
    	background-color: #035a87 !important;
    }
    
    .simple-social-icons.widget ul li.social-rss a {
    	background-color: #f48b24 !important;
    }

    You’re welcome to add to and modify this if you wish.

    Thread Starter igecorner

    (@igecorner)

    Hi Cernis

    You are awesome, now its changed.

    Thanks again for your reply.

    https://igecorner.com

    Plugin Contributor Nick C

    (@modernnerd)

    You’re welcome! Thanks for the update – great to see that this worked out well for you. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘ICON Original Color’ is closed to new replies.