最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

plugins - how to remove share button from image overlay

programmeradmin1浏览0评论

does anyone know how I can remove share button from image overlay on my website ?, I already have a share button on my site, I dont want uploaded images to have share buttons too, please help

does anyone know how I can remove share button from image overlay on my website ?, I already have a share button on my site, I dont want uploaded images to have share buttons too, please help

Share Improve this question asked Feb 9, 2022 at 21:44 valentinovalentino 1
Add a comment  | 

1 Answer 1

Reset to default 0

First, you have to find out which sources cause these sharing buttons.

  • Is it your theme?
    • Then head over to the customizer of your them and look for an option describing these buttons.
    • If you can't find an option, check out the theme documentation.
  • Is it a plugin?
    • Depending on the amount of the installed plugins, you can disable/enable these and see if the sharing disappear.
    • Once you know the plugin, which is causing this behaviour, check out the plugin options.

In case you can't find an option to control it via the admin interface, you can still visually remove the buttons using CSS display: none.

To hide them, open your web inspector and copy the element selector, add the display: none; declaration under your selector and paste the CSS rule to the custom CSS section in the WordPress customizer.

发布评论

评论列表(0)

  1. 暂无评论