Title: editing html
Last modified: December 29, 2023

---

# editing html

 *  [rshay](https://wordpress.org/support/users/rshay/)
 * (@rshay)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/editing-html-7/)
 * Hello!
 * how can i add a display:none to this set of html? i do not want the wp-embed-
   footer
 *     ```wp-block-code
       <div class="wp-embed-footer"> <div class="wp-embed-site-title"><a href="https://ummahconnects.com" target="_top"><img src="https://ummahconnects.com/wp-content/uploads/2023/11/cropped-Modern-letter-Q-Logo-2-32x32.png" srcset="https://ummahconnects.com/wp-content/uploads/2023/11/cropped-Modern-letter-Q-Logo-2-150x150.png 2x" width="32" height="32" alt="" class="wp-embed-site-icon" /><span>Ummah Connect</span></a></div> <div class="wp-embed-meta"> <div class="wp-embed-comments"> <a href="https://ummahconnects.com/gifts-for-converts/#comments" target="_top"> <span class="dashicons dashicons-admin-comments"></span> 1 <span class="screen-reader-text">Comment</span> </a> </div> <div class="wp-embed-share"> <button type="button" class="wp-embed-share-dialog-open" aria-label="Open sharing dialog"> <span class="dashicons dashicons-share"></span> </button> </div>
       ```
   
 * thank you!

Viewing 1 replies (of 1 total)

 *  [Kuldeep](https://wordpress.org/support/users/soberbanda/)
 * (@soberbanda)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/editing-html-7/#post-17308250)
 * Hey [@rshay](https://wordpress.org/support/users/rshay/)
   Insert this code in 
   Appearance —> Customize —> Additional CSS!
 *     ```wp-block-code
       .wp-embed-footer {
       display: none;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘editing html’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Kuldeep](https://wordpress.org/support/users/soberbanda/)
 * Last activity: [2 years, 4 months ago](https://wordpress.org/support/topic/editing-html-7/#post-17308250)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
