Archived topic
How to remove this part.
1 reply · Started by Arun on June 21, 2022
Hi team, I got another issue on my site. Please help me to remove this section. https://imgur.com/a/CY4tp1G
Site: https://signupbonusoffer.com/webull-signup-bonus
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!