Social share custom styling

Hello,

I would like to remove 2 bars below and above Entry Share in Renew stack. I am attaching a screenshot. How to do it?

And also how to remove an underlining particle that shows up on hover?

Thank you,
Beata

Hello Beata,

Thank your for the details.

To remove the lines above and below the entry share, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-renew .x-entry-share {
    padding: 0;
    border: none;
}

.x-renew .x-share-options .tooltip{
    display: none !important;
}

We would love to know if this has worked for you. Thank you.

It worked very well, thank you!

You’re welcome. Glad we’re able to help.

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