Title: Support HTML &amp; CSS
Last modified: April 23, 2018

---

# Support HTML & CSS

 *  [vingtoft](https://wordpress.org/support/users/vingtoft/)
 * (@vingtoft)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/support-html-css/)
 * Thanks for this awesome plugin!
    It would be even more awesome if we could write
   html and css instead of only plain text. At this moment, html and css is ignored,
   and only plain text are displayed.

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

 *  Plugin Support [kiranpreet](https://wordpress.org/support/users/kiranpreet/)
 * (@kiranpreet)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/support-html-css/#post-10212263)
 * Thanks for using our plugin.
 * We’ll add formatting text feature in next update of the plugin.
 *  [Kromudh](https://wordpress.org/support/users/kromudh/)
 * (@kromudh)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/support-html-css/#post-10534221)
 * Any news on this? This is a great plugin, but I really need to use HTML in the
   text field.
 * I have looked through the plugin’s PHP files, but I can’t figure out why HTML
   is stripped front-end. Can you point me in the right direction? All I want to
   do is stop the HTML-stripping.
 * Thanks!!!
 *  [Kromudh](https://wordpress.org/support/users/kromudh/)
 * (@kromudh)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/support-html-css/#post-10537231)
 * Just answering my own question in case someone needs what I needed. Going through
   the two easy step below will keep all HTML entered into the text field, also 
   making it possible to include CSS classes.
 * (This is hardcoding the plugin, so not best practice, of course, but it will 
   do the trick. Just remember to not update the plugin, as it will overwrite your
   changes).
 * 1.
    Open up this file (included in the plugin – in the /includes folder): process_shortcode.
   php In line 189 change “get_the_excerpt()” to “get_the_content()”.
 * 2.
    Open up this file (included in the plugin – in the /includes folder): process_posttype.
   php In line 347 change “get_the_excerpt()” to “get_the_content()”.

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

The topic ‘Support HTML & CSS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/process-steps-template-designer_96a89d.
   svg)
 * [Process Steps Template Designer](https://wordpress.org/plugins/process-steps-template-designer/)
 * [Support Threads](https://wordpress.org/support/plugin/process-steps-template-designer/)
 * [Active Topics](https://wordpress.org/support/plugin/process-steps-template-designer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/process-steps-template-designer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/process-steps-template-designer/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [html](https://wordpress.org/support/topic-tag/html/)

 * 3 replies
 * 3 participants
 * Last reply from: [Kromudh](https://wordpress.org/support/users/kromudh/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/support-html-css/#post-10537231)
 * Status: not resolved