Tagged: 

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #5182
    pglavin
    Member

    My title pretty much says it all.  I have a Category page entitled “News,” and I would like to get rid of the “Category Archives:  News” that shows up at the top of this page.  Can you please help?

     

    #5193
    Sakin
    Keymaster

    @pglavin: You can just add the following CSS in “Custom CSS” box in your theme options panel
    .category .page-header { display: none; }

    #5201
    pglavin
    Member

    Thanks Sakin!  You are the man.  This theme is awesome and your responses on this forum are immensely helpful.

    #10548
    rbrt_bene
    Member

    Hy Sakin,

    I have a similar problem at the Catch Everest Pro theme, I want to remove the page title from the body of page for all pages.

    Can you please help me with a CSS code for that

    Thank you in advance,

    Robert

    #10549
    rbrt_bene
    Member

    Helo again,

    I solved it with this CSS code:
    .page .entry-title { display: none; }

    Thanks and sorry for bothering 🙂

    Regards,
    Robert

    #10560
    Sakin
    Keymaster

    nice. Great job.

    #10770
    rbrt_bene
    Member

    Helo Sakin,

    I am coming back within the same topic. I have a page which is dedicated for blog post listing and is set as blog template.

    However when I used the above CSS code to remove the page title from the content area on pages, I observed that it has removed also the title from the post listings with excerpt in this blog page. I would like to keep the title in the post listing page, how can I do that?

    Please see this page: https://www.theautoexperience.ro/noutati/
    The password for site access is “test”

    Thank you in advance?

    Robert

    #10773
    Sakin
    Keymaster

    @rbrt_bene: It’s because you have assign page as blog. Now you can display the title in page blog by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .page.page-blog .entry-title {
        display: block;
    }
    #10774
    rbrt_bene
    Member

    Thank you very much Sakin, it works perfectly.

    I set the page as blog, because I didn’t know other method how to make my blog post listing to have it on a specific page.

    Regards,

    Robert

    #63880
    llw
    Member

    I have a Category page entitled “Honey and Noni,” and I would like to get rid of the “Category Archives: Honey and Noni” that shows up at the top of this page. I am using LoveTime theme. Can you please help?

    #64097
    Sakin
    Keymaster

    @llw: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .archive .page-header { display: none; }

    #96829
    Scoop
    Participant

    Sakin, I am using the theme Envince. I have followed your instructions above to remove the ‘category archive: category’ from my pages. I am sad to say that I had no luck. The first code given worked for my frontpage but not for other category pages or archive pages.

    #96831
    Scoop
    Participant

    Sorry: I meant that I am using the Adventurous theme. My website is newsforcatholics.info if that would help.

    #96834
    Sakin
    Keymaster

    @scoop: This is Catch Everest Forum, that is why the code in not working for Adventurous Theme. For adventurous theme, we have forum at https://catchthemes.com/support-forum/forum/adventurous-free/.

    For Adventurous theme, your CSS need to be
    .archive #content .page-header { display: none; }

    #97001
    Popcorn
    Participant

    Hi Scoop! I am trying to do the same thing I am using the free template called Origin Demo. can you help me out with the css code please? Thanks!!

    #97007
    Sakin
    Keymaster

    @Popcorn: We only support theme by us, that is CatchThemes. So, if you are looking are free theme then check our list at https://catchthemes.com/themes/category/free/

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Remove "Category Archives: [category name]" from top of a Category Page’ is closed to new replies.