• Resolved thunder86

    (@thunder86)


    The page is still under construction but is there any possibility to change the colour of the buttons via additional CSS to minimise the style? I would like to have them just in Black and White instead of coloured.

    Thanks in advance

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ShareThis

    (@sharethis)

    Hi thunder86,
    yes you can definitely change the color of the ShareThis buttons using additional CSS!

    To make the buttons black and white, try adding the following CSS to your site:

    .sharethis-inline-share-buttons .st-btn {
      background-color: black !important;
      filter: grayscale(100%) !important;
    }
    

    If you’re using a site builder (like Elementor, Wix, etc.), you might need to check how to inject custom CSS. If you’re unsure, a web developer or someone familiar with your builder can help apply it properly.

    Let me know if you need help.

    Best Regards,
    ShareThis Team

    Thread Starter thunder86

    (@thunder86)

    Using the standard additional CCS field in the theme customiser.

    I change the code to:

    .sharethis-inline-follow-buttons .st-btn {
    background-color: #0A2342 !important;
    filter: white(100%) !important;
    }

    And it works for the follow buttons as well! Thanks

    • This reply was modified 1 year ago by thunder86.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change of Button Colour’ is closed to new replies.