Title: bbmgind's Replies | WordPress.org

---

# bbmgind

  [  ](https://wordpress.org/support/users/bbmgind/)

 *   [Profile](https://wordpress.org/support/users/bbmgind/)
 *   [Topics Started](https://wordpress.org/support/users/bbmgind/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bbmgind/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bbmgind/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bbmgind/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bbmgind/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bbmgind/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove paragraph (p tag) for specific block?](https://wordpress.org/support/topic/remove-paragraph-p-tag-for-specific-block/)
 *  [bbmgind](https://wordpress.org/support/users/bbmgind/)
 * (@bbmgind)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/remove-paragraph-p-tag-for-specific-block/#post-17027048)
 * This worked for me. If there’s a plain div tag then, for some bizarre reason,
   the ‘stray p tags’ dissappeared.
 *     ```wp-block-code
       <div class="removeptags">[contact-form-7 id="861" title="Contact Form"]</div>
   
       No need to even go near a style sheet, I only gave the div a class so it was easy to find in the source code
       ```
   

Viewing 1 replies (of 1 total)