• Resolved testingperson

    (@testingperson)


    Hallo

    I would like monochrome versions of social media icons – for the “Share this'” section at the end of blogposts.

    Could you provide a snippet of CSS to achieve this?

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor James Huff

    (@macmanx)

    You can do that with this:

    .sd-button {
        background: #777 !important;
    }

    And just adjust the color as desired. ??

    Thread Starter testingperson

    (@testingperson)

    Thanks James.
    Works great.

    A new issue;
    some icons have a black foreground colour, and some have white.
    Is there CSS to make them all the same?

    Many thanks
    C

    Plugin Support supernovia

    (@supernovia)

    Hi C,

    You can change the foreground color like this:

    .sd-content a:before {
    	color: black;
    }

    Cheers ??

    Thread Starter testingperson

    (@testingperson)

    Excellent. Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change colour of social media icons’ is closed to new replies.