Site logo

Archived topic

How to remove this part.

1 reply · Started by Arun on June 21, 2022

Viewing posts 1–2 of 2

Hi Arun,

That seems to be coming from a third party plugin. Not sure if it’s Mediavine or something else.

You could probably test by disabling your sharing plugins one by one temporarily.

If you would like to remove it forcefully through CSS, here’s a CSS you could try adding in Appearance > Customize > Additional CSS:

p.dpsp-share-text {
    display: none;
}

However, it would be best to remove it through whichever plugin is generating it.

Hope this helps!

This archived topic is closed to new replies.