• Resolved Arved

    (@arved)


    Is it possible to have a home page without the title? I want to have a slideshow on the home page. The title just takes up space. But if I have a home page without a page title, there’s no home item in the main menu for anyone to return to.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • sureno

    (@sureno)

    I’m work in the same.

    sureno

    (@sureno)

    I’m OK with this.
    CSS Child
    .post-title, .post-header span {visibility: hidden;}
    Page.php
    <div class=”post-header”><span>
    <h1 class=”post-title”><span>
    Don’t forget close div tags.

    The next issue is HR.

    I tried the above and it worked but it removed all the titles from all pages. Shouldn’t there be something to specicy which page – an if function maybe?

    Theme Author Anders Norén

    (@anlino)

    .home.page .post-title { display: none; }

    …should do it.

    Thread Starter Arved

    (@arved)

    Thanks. That gets rid of the HOME title. Any hints on what to change to get rid of the space and underline where the HOME used to be?

    Here’s the test site:

    https://test.I-Do-Photography.com

    Sorry that I need the hand-holding. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Home Page without a Title’ is closed to new replies.