• Resolved samtazbu

    (@samtazbu)


    Hi Ben ??

    Hope you are doing well.

    New question:

    I would like to try using a specific page as alternative homepage. Have a look:

    https://www.samvriti.com/new-hp/

    Is there a code I could add to remove the top space above the first frame – which I guess is kept for the title? I used no title for this page, so that the frame is the first element to appear.

    Thank you ! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Yea there are a couple ways to approach this. You can use this CSS to remove this space for that page alone:

    .page-id-1427 .entry-content {
      margin-top: 0 !important;
    }

    That should work great, but if you ever decide to use a different page on the homepage, you can use this CSS instead:

    .home .entry-content {
      margin-top: 0 !important;
    }

    That will remove the same space on whatever page is currently on the homepage.

    Thread Starter samtazbu

    (@samtazbu)

    Wonderful, Ben, once again !

    Thank You !

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove title space on specific page’ is closed to new replies.