Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1380224
    pacman
    Participant

    I found this closed post which was pretty helpful:
    https://community.theme.co/forums/topic/remove-category-archives-title/

    However, I still have a couple of issues:
    1. I was able to remove the “Category Archive” title using “.archive .x-landmark { display: none; }” but the container/bar that goes across the screen where this text was located did not go away? how can I remove this?

    2. I added “.single-post .entry-header { display: none; }” but once I click on a single post the title “BLOG” still appears. I would like to remove both the text BLOG and the container/bar where it is.

    I am adding the extra code under: Customizer -> Additional CSS

    #1380237
    Jade
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1380253
    pacman
    Participant
    This reply has been marked as private.
    #1380266
    pacman
    Participant

    also, is there a way to remove the “Search” bar from within the posts?

    #1380299
    Darshana
    Moderator

    Hi there,

    #1. Use the following CSS rule instead.

    
    .archive .x-header-landmark {
        display: none;
    }
    

    #2. Use the following CSS rule.

    
    .single-post .x-header-landmark {
        display: none;
    }
    

    3. To remove search from single posts, use the following CSS rule.

    
    .single-post #search-3 {
        display: none;
    }
    

    Hope that helps.

    #1380332
    pacman
    Participant

    Thanks, works great. The Search field is gone but the content of the post is not centered, as if the column space for the search field is still there. Is there a way get rid of this space and have the content of the post centered?

    #1380833
    Darshana
    Moderator

    Hi there,

    It seems that you have deleted your posts, so that I could not see the content. Let us know once you add some content, so that we can assist you.

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1380224 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>