• Resolved TallSam

    (@tallsam)


    Hi,

    I’m trying to figure out how to remove the bread crumbs, title, and horizontal line from this page: https://tall.life/tall-life-book/
    There’s just too much white space going on there… I’ve tried the below css but doesn’t do it… tried many other suggestions too. Any thoughts?

    Thanks,
    Sam

    .postid-4355 .breadcrumb-list {
    display: none;
    }

    .postid-4355 h1 {
    display: none;
    }

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove bread crumbs, title, and horizontal line from specific post’ is closed to new replies.