Change the social share icons

Hi Community,

Is it possible to change the social share icons element to the social icons that are square and use different icons inside…I built the footer in blue using the social icon and removed the radius to make it a square, and than changed the interactions and icon

Hello Carolina,

Thanks for posting in!

To make the social share icons display as square, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-entry-share .x-share {
    border-radius: 0;
    border: solid 1px black;
}

You will need to enable or disable which icons to display in the social share settings panel.

Hope this helps.

it worked is it possible to change the icons inside them to something else from the icons gallery

Hey Carolina,

Please be informed that the classic social sharing element does not have any option that you can change the icons. If you want custom icons, please use Icon elements instead.

Regards.

ok that’s good to note. Thank you

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.