• Thank you for the awesome plugin

    Could you help what steps to take to make all the icons the same color in round shape? And what settings should we choose or shwere we should add the filter?

    I watched some tutorials but that didn’t help. thank you so much!

Viewing 1 replies (of 1 total)
  • Plugin Author Robin Cornett

    (@littlerchicken)

    That’s custom CSS but I can try to get you started. You’ll want to set the buttons to display the icons only, and the button container width to auto (I would also select Flexbox for the container CSS). Some potential CSS could be:

    
    .scriptlesssocialsharing__buttons a.button {
        background-color: #000 !important;
        border-radius: 100%;
    }
    

    You would want to set the background color to whatever your preferred color is. You can use your browser’s developer tools to experiment with the CSS and figure out what you want to use. Hope that helps get you started!

Viewing 1 replies (of 1 total)
  • The topic ‘How to make all icons the same color in round shape?’ is closed to new replies.