Hide Page Titel

  • Author
    Posts
  • #95823

    Hello, good day!

    I am using the theme Verbosa Version: 1.1.1 and I would like to hide the Title on top of the contend sites (the site name). I found one entry here where a css-code is included

    .page-id-2774 .entry-title {
    display: none;
    }

    But I don’t know how to get the page-id and I tried it with the page name and it didn’t work eighter.

    .page-id-startseite .entry-title {
    display: none;
    }

    As I just copied and pasted it, I don’t know if the code is right.

    I also found a hint in the elementor settings in WP

    Seitentitel Selektor (h1.entry-title)

    Elementor kann den Seitentitel ausblenden. Das funktioniert bei allen Themes, die den „h1.entry-title“-Selektor verwenden. Sollte dein Theme einen anderen Selektor verwenden, kannst du ihn hier eintragen.

    Page Title Selector

    Elementor can hide the page title. This works for all themes that use the “h1.entry-title” selector. If your theme uses a different selector, you can enter it here.

    But I could not find what selector Verbosa Version: 1.1.1 is using.

    Could anyone please help me?
    Thank you in advance.

    Website: www.tims-tolkien-tempel.de

    #96377
    Zed
    Cryout Creations mastermind

    The page ID is always present in one of the classes assigned to the body element in the source of the site.

    If you want to target the homepage only, you can use
    .home .entry-title { }

    Note that the theme does not use the H1 tag for the page title on all site sections – sometimes it is H2 instead (for example the homepage).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Hide Page Titel’ is closed to new replies.