• Resolved tomaslabanc

    (@tomaslabanc)


    Every page or post I create displays the title of the page/blog post in the header. I need to change the setting and hide the title of the page/post. How do I do that?

    example

    https://www.gatoproperties.eu/blog/

    I need to get rid of the title Blog and Home icon with title Blog

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author BurgerThemes

    (@burgersoftware)

    Hello @tomaslabanc,

    We have made custom CSS to hide breadcrumb content on the page, please use the below custom CSS in a custom field.

    .breadcrumb-content{
    display: none;
    }

    Thanks

    Thread Starter tomaslabanc

    (@tomaslabanc)

    Thank you, it worked exactly how i wanted. Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page Headers’ is closed to new replies.