Title: Disable HTML tab
Last modified: August 19, 2016

---

# Disable HTML tab

 *  [oblax](https://wordpress.org/support/users/oblax/)
 * (@oblax)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/disable-html-tab/)
 * I would like to disable html tab in creating or editing a post. Is there a way
   to do this?

Viewing 1 replies (of 1 total)

 *  [Rumores](https://wordpress.org/support/users/rumores/)
 * (@rumores)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/disable-html-tab/#post-749362)
 * Hi Oblax,
    To hide Preview & HTML tabs, I use CSS to target those ones by their
   ID and hide them like this :
 *     ```
       #edButtonHTML { visibility:hidden; }
       #edButtonPreview { visibility:hidden; }
       ```
   
 * In my case, I use the [Fluency Admin 1.1](http://deanjrobinson.com/projects/fluency-admin/)
   theme (2.5+ version required) – great one by the way! – and add those lines above
   at the bottom of _(…)/wp-admin-fluency/resources/fluency.css_ file.

Viewing 1 replies (of 1 total)

The topic ‘Disable HTML tab’ is closed to new replies.

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 1 reply
 * 2 participants
 * Last reply from: [Rumores](https://wordpress.org/support/users/rumores/)
 * Last activity: [18 years, 2 months ago](https://wordpress.org/support/topic/disable-html-tab/#post-749362)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
