Title: formatting content
Last modified: March 22, 2021

---

# formatting content

 *  [lewis](https://wordpress.org/support/users/lewiswolk/)
 * (@lewiswolk)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/formatting-content/)
 * hi,
    Is there any way to have the text content formatted. If you scroll down 
   this screenshot you will see it is not readable. otherwise great plugin.
 * [screenshot](https://ibb.co/zhXCKkc)
 * best,
    Lewis pipeworkpieces.com

Viewing 1 replies (of 1 total)

 *  Plugin Author [WPClever](https://wordpress.org/support/users/wpclever/)
 * (@wpclever)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/formatting-content/#post-14402909)
 * Hi [@lewiswolk](https://wordpress.org/support/users/lewiswolk/)
 * I’m so sorry for the late reply!
 * Please add below snippet ([How to add custom code?](https://wpclever.net/faqs/add-custom-code)):
 *     ```
       add_filter( 'wooscp_product_content', 'wooscp_format_product_content', 99, 1 );
       function wooscp_format_product_content( $content ) {
       	return apply_filters( 'the_content', $content );
       }
       ```
   
 * And the result [https://www.screencast.com/t/sy6xXJMexsEz](https://www.screencast.com/t/sy6xXJMexsEz)

Viewing 1 replies (of 1 total)

The topic ‘formatting content’ is closed to new replies.

 * ![](https://ps.w.org/woo-smart-compare/assets/icon-128x128.png?rev=1858171)
 * [WPC Smart Compare for WooCommerce](https://wordpress.org/plugins/woo-smart-compare/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-smart-compare/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-smart-compare/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-smart-compare/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-smart-compare/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-smart-compare/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [WPClever](https://wordpress.org/support/users/wpclever/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/formatting-content/#post-14402909)
 * Status: not resolved