Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #202673

    I’ve searched numerous ways to find a solution, but haven’t. I know how to individually remove the wrapper that contains the page title and breadcrumbs…but I want to only remove the entire wrapper on my home page, where my recent articles will show. How do I go about removing that entire wrapper only on the main page?

    Thanks!

    #202679

    Hi ccrabtree!

    I’m not quite sure if this is what you mean but give this a try:

    #top.home .title_container {
      display: none;
    }

    Best regards,
    Devin

    #202691

    Perfect! Worked exactly the way I wanted…used the same method for archive pages as well. Thanks
    for a fast response!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Blog – Latest News Div Entirely’ is closed to new replies.