Skip Navigation

[Resolved] social share style

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 2 replies, has 2 voices.

Last updated by judeH-2 2 years ago.

Assisted by: Christopher Amirian.

Author
Posts
#2528863
Screen Shot 2023-01-06 at 6.27.35 PM.png

I like to make my social share similar to my design, attached. I actually only need Twitter, and Facebook. Is it possible? If not, can I at least make you social icons black & white?

You can see the AddThis implementation at hidden link

Q: What is the link to your site?
A: hidden link

#2530141

Christopher Amirian
Supporter

Languages: English (English )

Hi there,

The firs item is not supported by the Social Share block in Toolset and you need to do custom coding with Javascript to create such functionality.

But the second request can be achieved by adding the CSS code below:

.tb-social-share div[role="button"] {
    background-color: gray !important;
}

For more information on how to add custom CSS:

https://toolset.com/course-lesson/adding-custom-css-to-templates-archives-and-views/

Thank you.

#2530337

My issue is resolved now. Thank you!