• Resolved michalrama

    (@michalrama)


    Hello,

    I wanted to hide the display of the page title.

    I managed it on one page, but I have no idea how and, most importantly, how to do it on other pages anyway.

    The point is that during editing you can’t see the menu and logo, which is displayed in the header (see printscreen), while on other pages it is displayed (see printscreen)

    As a result, the page title is hidden (probably behind the logo itself) and the page content starts very high (basically at the menu level)

    You can easily scroll the page content by changing the page height setting.

    I don’t know why this is happening and if it’s a mistake, the result is exactly what I need.

    But I didn’t figure out how to set the same thing on another page.

    Please help

    Thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    `To hide the page title, you can choose one of these two options:

    Switch the page layout to Elementor Canvas.

    OR –

    Follow these steps:

    Go to your page and click on Edit with Elementor.

    Click the gear icon for Document Settings at the bottom left of the widget panel.

    Switch on the Hide Title option.
    Note: If your theme is using a different class for the title, you’ll need to change the PageTitle Selector as specified in this article.

    Thread Starter michalrama

    (@michalrama)

    Hello,

    Unfortunately, neither way helped me. However, this can be easily solved using CSS.

    #main header {
      display: none;
    }

    Thank you anyway.

    PS. I wouldn’t deal with that layout problem. Obviously, this is a unique issue that can be resolved by re-creating the page.

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

The topic ‘How do I remove a page title?’ is closed to new replies.