Title: Cannot be turned off for posts
Last modified: March 7, 2017

---

# Cannot be turned off for posts

 *  [lilleulven](https://wordpress.org/support/users/lilleulven/)
 * (@lilleulven)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/cannot-be-turned-off-for-posts/)
 * First of all: thanks for this plugin, when one wants to use it for all posts 
   it works fine for me in 4.7.3 so far. But: even though every post in the editor
   has the option to turn of the initial letter for that single post, once one hits“
   Update” the setting is reverted to “Yes” and the initial stays, where it was 
   not supposed to.
    (I am still in a testing phase of the whole wordpress stuff,
   so my renewed blog is not online yet.) Would be nice if that could get fixed.
 * Thanks 🙂
 * Lille Ulven

Viewing 1 replies (of 1 total)

 *  Thread Starter [lilleulven](https://wordpress.org/support/users/lilleulven/)
 * (@lilleulven)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/cannot-be-turned-off-for-posts/#post-9010594)
 * A workaround for those who stumble upon the same thing:
    I defined this in my
   css-code:
 *     ```
       .invisible_initial{
       margin-right: -50px;
       padding-right: -50px;
       border-right: -50px;
       font-size: 1px;
       display: none;
       }
       ```
   
 * And whenever I need to turn off an initial I use this:
    `<p class="invisible_initial"
   >&nbsp;</p>` To create a space instead of the initial which I, by using the invisible_initial
   class turn into something that is not visible at all. This way the following 
   letter, which would have been an initial letter, will be a regular letter instead.

Viewing 1 replies (of 1 total)

The topic ‘Cannot be turned off for posts’ is closed to new replies.

 * ![](https://ps.w.org/initial-letter/assets/icon-256x256.jpg?rev=1363059)
 * [Initial Letter](https://wordpress.org/plugins/initial-letter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/initial-letter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/initial-letter/)
 * [Active Topics](https://wordpress.org/support/plugin/initial-letter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/initial-letter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/initial-letter/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [lilleulven](https://wordpress.org/support/users/lilleulven/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/cannot-be-turned-off-for-posts/#post-9010594)
 * Status: not resolved