• Resolved td8000

    (@td8000)


    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

    (@brechtvds)

    Hi Tobi,

    Can you give me a link to a recipe on your website?

    Brecht

    Thread Starter td8000

    (@td8000)

    Sure, here you are:

    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

    (@brechtvds)

    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

    (@td8000)

    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

    (@brechtvds)

    Happy to hear that worked!
    I would need a link to that recipe as well.

    Brecht

    Thread Starter td8000

    (@td8000)

    Plugin Author Brecht

    (@brechtvds)

    You can use this additional CSS:

    html body #wpurp-container-recipe-3543 .wpurp-title {
        display: none !important;
    }
    Thread Starter td8000

    (@td8000)

    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

    (@brechtvds)

    Yes, you can replace that “3543” with any other recipe ID where you need those titles gone.

    Brecht

    Thread Starter td8000

    (@td8000)

    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.