• I’m using Arkitek theme by Themeisle. I’ve added the custom css plugin and tried this code
    h1.entry-title {
    display: none;
    }

    Here’s the website http://nomadcraft.co

    However I still have page titles on every page except for home. I would love to remove these page titles to have a cleaner look. I’ve tried most plugins but nothing works.

    Please help. Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • You can use this code, it will get rid of the titles on pages

    #page .post-title {
      display: none;
    }
    Thread Starter nomadcraft

    (@nomadcraft)

    is the #page a direction to go the page.php file? Where am I putting this into? Thank you

    That code goes into the style.css file of your active theme. It is CSS code. You may want to read up further for future understanding: https://codex.wordpress.org/CSS

    Evan

    Thread Starter nomadcraft

    (@nomadcraft)

    Thank you for that. I put in the code. Nothing changed. Does this seem right?

    /* 2.3. Page */
    /* line 2122, scss/style.scss */
    #page {
    width: 100%;
    margin: 60px 0 120px 0;
    }
    #page .post-title {
    display: none;
    }
    /* line 2126, scss/style.scss */
    #page .post-title {
    margin-bottom: 30px;
    line-height: 38px;
    font-size: 32px;
    }

    It does look right, and from what I can see the post titles are no longer visible. You’ll see on this page: http://nomadcraft.co/craft/

    The word ‘Craft’ just above ‘Web Design & Development’ is properly hidden.

    Evan

    Thread Starter nomadcraft

    (@nomadcraft)

    Ahh yes. You’re right thank you. Now how do I get ride of the Header banner that has Craft inside with the Image?

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