Remove Title Bar from Recipe post

Home Forums Gillion Theme Remove Title Bar from Recipe post

Home Forums Gillion Theme Remove Title Bar from Recipe post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • jconfra
    Participant

    I’d like to remove the Title Bar from my Recipe posts (WP Bakery plugin). Is there a way to do this? I’ve already used CSS code to remove the words / content.

    You can see the grey title bar block on this page. It is only showing for my Recipe posts created with WP Bakery.

    https://fitlyf.com/recipe/steel-cut-oats-quinoa-versatile-delish/

    Thanks!

    Solution for this topic

    Hi @jconfra,

     

    I hope you are well today and thank you for your question.

     

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    body.single-recipe .sh-titlebar {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    jconfra
    Participant

    That worked – thank you!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)