• Hi,

    I would like to change the colour (text and line, not button itself) of the sharing buttons of my blogposts. Can someone help me with the correct CSS code for this?

    thank you!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello annem5,

    Try below css.


    .sd-social-text .sd-content ul li a.sd-button {
    border-color: #e20f0f !important;
    }
    .sd-social-text .sd-content ul li a.sd-button span {
    color: #e20f0f;
    }

    Hope this will helps you.

    Thanks !

    Thanks again for your help @addweb-solution-pvt-lt!

    @annem5: Give the above a go and let us know if anything else comes up.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sharing buttons colour’ is closed to new replies.