Title: Customize WordPress Embed?
Last modified: August 16, 2022

---

# Customize WordPress Embed?

 *  [jacquesdegatineau](https://wordpress.org/support/users/jacquesdegatineau/)
 * (@jacquesdegatineau)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/customize-wordpress-embed/)
 * How can one remove _Author_ and the _Comment_– and _Share Icon_ in a [WordPress Embed](https://wordpress.org/support/article/wordpress-embed/#top)?
    -  This topic was modified 3 years, 7 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [3 years, 7 months ago](https://wordpress.org/support/topic/customize-wordpress-embed/#post-15920762)
 * It does not seem to be an option for the block, but might be addressed via CSS.
   Please provide a link to a page on your site where we can see this. Thanks.
 *  Thread Starter [jacquesdegatineau](https://wordpress.org/support/users/jacquesdegatineau/)
 * (@jacquesdegatineau)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/customize-wordpress-embed/#post-15920804)
 * Alright, here’s a link with a WordPress Embed: [bit.ly/3w77VBz](https://bit.ly/3w77VBz)
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [3 years, 7 months ago](https://wordpress.org/support/topic/customize-wordpress-embed/#post-15920850)
 *     ```
       .wp-embed-footer {
           display: none;
       }
       ```
   
 * **To add or override CSS:** use the “Additional CSS” option in the customizer._
   [https://codex.wordpress.org/CSS#Custom\_CSS\_in\_WordPress](https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress)_
 * Use the [Chrome Developer Tools](https://developers.google.com/web/tools/chrome-devtools/)
   or [Firefox Developer Tools](https://developer.mozilla.org/en-US/docs/Tools) 
   to help you see and test changes to your CSS.
 *  Thread Starter [jacquesdegatineau](https://wordpress.org/support/users/jacquesdegatineau/)
 * (@jacquesdegatineau)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/customize-wordpress-embed/#post-15920905)
 * Thanks. I added the code using Additional CSS, you can see it in the Source Code.
   But it doesn’t work. I also tried adding an CSS _!important_ Property.
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [3 years, 7 months ago](https://wordpress.org/support/topic/customize-wordpress-embed/#post-15920958)
 * “wp-embed-footer” does not appear in your page source. Have you cleared the cache?
   It also looks like your using a custom CSS plugin.
 * [[
 *  Thread Starter [jacquesdegatineau](https://wordpress.org/support/users/jacquesdegatineau/)
 * (@jacquesdegatineau)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/customize-wordpress-embed/#post-15921000)
 * Yes, I use a custom CSS plugin, and every other code I add in there works just
   fine. But I added the code you provided to _both_ the custom CSS plugin and the
   standard Additional CSS option in the customizer.
 * Here is the code in the source code: [https://imgur.com/CxXVMgY](https://imgur.com/CxXVMgY)
 * I just purged the cache.
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [3 years, 7 months ago](https://wordpress.org/support/topic/customize-wordpress-embed/#post-15921058)
 * Let’s see if making it more specific helps:
 *     ```
       .wp-embed .wp-embed-footer {
           display: none;
       }
       ```
   
 *  Thread Starter [jacquesdegatineau](https://wordpress.org/support/users/jacquesdegatineau/)
 * (@jacquesdegatineau)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/customize-wordpress-embed/#post-15921069)
 * No, still not working unfortunately, WordPress just ignores this code…
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [3 years, 7 months ago](https://wordpress.org/support/topic/customize-wordpress-embed/#post-15921072)
 * What if you add a class to the embed block, under “advanced”, say “myembed”, 
   then use
 * .myembed .wp-embed-footer { (etc)
 * If that doesn’t work, I’m out of ideas.
 *  Thread Starter [jacquesdegatineau](https://wordpress.org/support/users/jacquesdegatineau/)
 * (@jacquesdegatineau)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/customize-wordpress-embed/#post-15921088)
 * Thanks for taking the time, but still no.
 * Guess it just is not possible.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Customize WordPress Embed?’ is closed to new replies.

## Tags

 * [customization](https://wordpress.org/support/topic-tag/customization/)
 * [embed](https://wordpress.org/support/topic-tag/embed/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 11 replies
 * 2 participants
 * Last reply from: [jacquesdegatineau](https://wordpress.org/support/users/jacquesdegatineau/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/customize-wordpress-embed/#post-15921088)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
