REMOVE ICONS ON IMAGES

  • Unknown's avatar

    HOW CAN I REMOVE THE PLAY ICON OR DOCUMENT ICONS ETC. FROM POST IMAGE ON THE UNTITLED THEME?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    You can use custom CSS to remove those icons. To add custom CSS, go to Appearance > Customize in your dashboard and select CSS from the Customize tools. In the CSS editor, you can enter the following CSS:

    #main .single-thumbnail a:after {
    display: none;
    }

    This should remove the icons from the post image on your site. Please let me know if you have any questions or concerns about this!

    If you have any other CSS-related questions, most of our CSS support is done in our community forums by both staff and volunteers. You can get help by posting your question in this forum:
    https://en.forums.wordpress.com/forum/css-customization

  • The topic ‘REMOVE ICONS ON IMAGES’ is closed to new replies.