Saltar navegación

[Resuelto] social share style

This support ticket is created 3 years, 5 months ago. 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.

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por judeH-2 3 years, 5 months ago.

Asistido por: Christopher Amirian.

Autor
Mensajes
#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 enlace oculto

Q: What is the link to your site?
A: enlace oculto

#2530141

Christopher Amirian
Colaborador

Idiomas: Inglés (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!