• Resolved Brandi Mahon

    (@blmahon)


    I dont think this is a sela theme question so just let me know if I need to post it elsewhere… but I created a page called “home” that I am using as my static home page. I dont want the title to show up in the white space that is in the center of the website. How do I turn that off?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    You have a few options:

    – remove the word “Home” from the title field for that page. (You may then need to add a new menu label in your menus area.)

    – hide the title with custom CSS:

    .hero-container-inner .entry-title {
      display: none;
    }
    

    Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS. You could also install a standalone custom CSS plugin if you prefer.

    A custom CSS editor is also included in the Customizer with WordPress 4.7.

    Let us know how it goes.

    Thread Starter Brandi Mahon

    (@blmahon)

    that worked. thanks!

    Moderator Kathryn Presner

    (@zoonini)

    Lovely! I’ll mark this thread as resolved but feel free to start a new one if you need help with anything else.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove the page title from showing up on the page’ is closed to new replies.