Okay
  Public Ticket #2206579
Remove page title from top of the page
Closed

Comments

  • KonradWaldmann started the conversation

    Dear uxbarn crew,

    Everytime I add a title to a site in the menu it appears on top of the page. How do I remove that? 

    Kind regards & thanks a lot,

    Konrad Waldmann

  • KonradWaldmann replied

    Dear crew,

    I would be really happy if you send me a reply message.

    Kind regards,

    Konrad

  •  291
    Paul replied

    You can use custom CSS to adjust it. Please try this:

    .page .post-title {
        display: none;
    }
    

    Most of the time, if you want to adjust any elements in the design, you can use custom CSS.