• Hello, I’m looking for a function to add a play button icon over my videos featured images, I Have already tried many plugins with no luck.

    If anyone have any ideas, please let me know

    • This topic was modified 2 years, 2 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    You can add the ? character to the player element’s :after CSS pseudo-selector. Other CSS styling can color, size, and position it so it appears over the center of the player.

    There could be an issue when a user clicks directly on the icon. The click event may register with the ? itself instead of the player, causing the player to fail to start. If that happens, you’ll probably need to add a JavaScript listener to the ? that starts the player on a click event.

Viewing 1 replies (of 1 total)
  • The topic ‘[NSFW] Add icon overlay to featured image’ is closed to new replies.