• Love the theme, but is there a native way to turn off the light green bar where a header or the latest posts would go?

    I’d rather have it go from my page links to the first post.

    Is there a switch for that? (there should be!)

    If not, what would I edit to remove it? I know how to make a child theme once I remove it.

    Above I linked a screen shot circling the part I’d love to remove.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter MichaelDean

    (@michaeldean)

    If it can’t be removed, is there a way to make it much less tall?

    So it just shows the name of the page or post, the breadcrumb, without all light blue space above and below, pushing the first post down?

    Thank you for your service!

    Theme Author Mapro Collins

    (@ratinatemplates)

    Hi you can hide it to show

    .page-title {
    display:none;
    }

    It will work for you

    If you want reduce hight

    Please try to set these custom CSS

    .page-title {
    padding: 30px 0px 30px;
    }
    Thanks

    Thread Starter MichaelDean

    (@michaeldean)

    Thank you for the answer.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘removing area where header would go’ is closed to new replies.