Title: Removing headline &#8220;instructions&#8221;
Last modified: March 7, 2017

---

# Removing headline “instructions”

 *  Resolved [td8000](https://wordpress.org/support/users/td8000/)
 * (@td8000)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/removing-headline-instructions/)
 * Hi there,
 * cool Plugin. Any idea how to remove “instructions” in free version?
 * Regards, Tobi

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

 *  Plugin Author [Brecht](https://wordpress.org/support/users/brechtvds/)
 * (@brechtvds)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/removing-headline-instructions/#post-8883273)
 * Hi Tobi,
 * Can you give me a link to a recipe on your website?
 * Brecht
 *  Thread Starter [td8000](https://wordpress.org/support/users/td8000/)
 * (@td8000)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/removing-headline-instructions/#post-8893069)
 * Sure, here you are:
 * [http://neu.lebeneo.de/essen-und-trinken/](http://neu.lebeneo.de/essen-und-trinken/)
 * In this recipe i’d like to remove the headline “Anleitungen” (instructions)
    
   In other recpies on my page i want to keep it.
 * How to remove it from a single recipe?
 * All the best, Tobi
 *  Plugin Author [Brecht](https://wordpress.org/support/users/brechtvds/)
 * (@brechtvds)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/removing-headline-instructions/#post-8893232)
 * Hi Tobi,
 * Try adding the following CSS on the Recipes > Settings > Custom Code page:
 *     ```
       html body #wpurp-container-recipe-2624 .wpurp-title {
           display: none !important;
       }
       ```
   
 * Brecht
 *  Thread Starter [td8000](https://wordpress.org/support/users/td8000/)
 * (@td8000)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/removing-headline-instructions/#post-8893464)
 * Awesome, that’s it.
    I just happened to have a recipe, where also another headline“
   Rezepthinweise” (Recipe Notes) needs to disappear.
 * Could you provide me with that code, too?
    Can probably be integrated to the 
   code, you gave me…
 * Thanks a lot, Brecht. You are making my day…
 *  Plugin Author [Brecht](https://wordpress.org/support/users/brechtvds/)
 * (@brechtvds)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/removing-headline-instructions/#post-8893628)
 * Happy to hear that worked!
    I would need a link to that recipe as well.
 * Brecht
 *  Thread Starter [td8000](https://wordpress.org/support/users/td8000/)
 * (@td8000)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/removing-headline-instructions/#post-8893633)
 * [http://neu.lebeneo.de/myokine-ihre-apotheke-to-go/](http://neu.lebeneo.de/myokine-ihre-apotheke-to-go/)
 * Thanks, Tobi
 *  Plugin Author [Brecht](https://wordpress.org/support/users/brechtvds/)
 * (@brechtvds)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/removing-headline-instructions/#post-8893646)
 * You can use this additional CSS:
 *     ```
       html body #wpurp-container-recipe-3543 .wpurp-title {
           display: none !important;
       }
       ```
   
 *  Thread Starter [td8000](https://wordpress.org/support/users/td8000/)
 * (@td8000)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/removing-headline-instructions/#post-8893665)
 * As i understand this removes all headlines (container title) within a certain
   recipe (3543 in this case) without the recipe title. Right?
 * Then this is perfect for me.
 *  Plugin Author [Brecht](https://wordpress.org/support/users/brechtvds/)
 * (@brechtvds)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/removing-headline-instructions/#post-8893712)
 * Yes, you can replace that “3543” with any other recipe ID where you need those
   titles gone.
 * Brecht
 *  Thread Starter [td8000](https://wordpress.org/support/users/td8000/)
 * (@td8000)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/removing-headline-instructions/#post-8893792)
 * Great. Thanks a lot.
    cu, Tobi

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

 The topic ‘Removing headline “instructions”’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-ultimate-recipe.svg)
 * [WP Ultimate Recipe](https://wordpress.org/plugins/wp-ultimate-recipe/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-ultimate-recipe/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-ultimate-recipe/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-ultimate-recipe/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-ultimate-recipe/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-ultimate-recipe/reviews/)

 * 10 replies
 * 2 participants
 * Last reply from: [td8000](https://wordpress.org/support/users/td8000/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/removing-headline-instructions/#post-8893792)
 * Status: resolved