Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #142980

    Douglas_R_Young
    Participant

    I cannot for the life of me figure out how to remove the Category Archives Title that surfaces at the top of each blog listing page. Can anyone help me?

    You can see it here… http://douglasryoung.net/category/adventure/

    Thanks,

    Doug

    #143291

    Rubin
    Keymaster

    Hey There,

    Go to Customizer > Custom > CSS and add following:

    .archive .x-landmark { display: none; }
    #143660

    Douglas_R_Young
    Participant

    Thank you so much!!!!! You’ve made my day!

    #144029

    Christian
    Moderator

    You’re welcome Douglas. Glad we could help.

    #200020

    keithjobrien
    Participant

    Hi,

    I’ve added this to the CSS Customizer but the titles are still showing up. Any ideas? http://carbooq.com/top-5-electric-supercars/

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

    Thanks,
    Keith

    #200328

    Christian
    Moderator

    Hey Keith,

    Can you give us a screenshot of the area you want to hide?

    Thanks.

    #204363

    keithjobrien
    Participant

    Thanks,

    I can’t figure out how to attach a screen shot.

    As an example, I would like to remove the text “Car Buzz from the Internet” on this page http://carbooq.com/category/social-news/

    In general I would like to remove all Archive Titles from my site.

    Thanks,
    Keith

    #205034

    Darshana
    Moderator

    Hi there,

    For archive pages, use the following code as mentioned above.

    
    .archive .h-landmark {
        display: none;
    }
    

    For single pages, use the following CSS code.

    
    .single-post .entry-header {
        display: none;
    }
    

    Hope that helps.

    #205450

    keithjobrien
    Participant

    Brilliant thanks very much

    #206082

    Darshana
    Moderator

    Glad we were able to help 🙂

    #619222

    sndesign
    Participant

    This was helpful in removing the sidebar from the archive page, however I chose the 3 column layout, it’s still showing a 2 column layout stretched out. How do I fix this?

    #619227

    Christopher
    Moderator

    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.

    #619229

    sndesign
    Participant
    This reply has been marked as private.
    #619233

    Christopher
    Moderator

    Hi there,

    Please select number of columns from Customize -> Blog -> Archives, currently it sets to display two columns.

    Thanks.

    #619235

    sndesign
    Participant

    Oops 🙂 silly me. Thank you!!