• Hello!

    I have this problem with my page.

    I am using TutorStarter Them, I created my home page and inner pages using Free Elementor Landing Page Templates.

    When I name my inner pages in the process of creation, I name each page accordingly, I need to name them so I can keep track of what I am doing and then to know what pages I am going to link according to the names.

    The thing is that then the name appears as a big header then in the sites. Now, the question is this: Is there a way to delete or hide the name (which is just information that I need to know) from the header of the published pages? Maybe adding some CCS?

    I don’t know?

    I would really appreciate some help on this. Thanks in advance.

    • This topic was modified 1 year, 3 months ago by leothmc.

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

Viewing 1 replies (of 1 total)
  • @leothmc

    You can add the following CSS codes on Appearance > Customize > Additional CSS:

    header.entry-header h1.entry-title {
        display: none;
    }

    Thank you!
    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘The header/name Title’ is closed to new replies.