• Resolved akhil_kalsh

    (@akhil_kalsh)


    Hi. Please check out fake.riderzone.in.

    Just below the header, to the right of the sidebar, and above the featured post, you’ll find “REMOVE THIS! REMOVE THIS TOO!”

    My aim is to reclaim the space used by these items, so that the content starts from just below the header.

    I am a novice at wordpress, but understand child themes and other basic concepts. I went through a lot of items on the Hueman support page, tried searching as well, but can’t find a clear solution. Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi akhil. If you’re using a child theme, try adding this to your style.css to make the changes on your home page:

    Hide the featured post title element:

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

    Move the content area up to align the top with the sidebar widget:

    .home .content .pad {
      padding-top: 20px;
      }
    Thread Starter akhil_kalsh

    (@akhil_kalsh)

    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove site title and description from below the header’ is closed to new replies.