Navigation überspringen

[Gelöst] social share style

This support ticket is created vor 3 years, 5 months. There's a good chance that you are reading advice that it now obsolete.

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.

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von judeH-2 vor 3 years, 5 months.

Assistiert von: Christopher Amirian.

Author
Artikel
#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 versteckter Link

Q: What is the link to your site?
A: versteckter Link

#2530141

Christopher Amirian
Unterstützer

Sprachen: Englisch (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!