• Resolved stayawakeblogger

    (@stayawakeblogger)


    I would like to be able to write posts without showing the two defining lines and category at the top of the post page. Is there a way to stop the post categories from showing?

    Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi stayawakeblogger,

    you could hide this with a line of CSS:

    .cat-title, #line { display: none; }

    In order to add custom CSS code to your website, you can either make use of a child theme or plugins like Simple Custom CSS.

    Thread Starter stayawakeblogger

    (@stayawakeblogger)

    Thank you! This removes the category title on the post page, but the category still shows up on the home page. Any way to eliminate that as well?

    Thanks!

    To remove it from archives and the slider you could add:

    .flex-caption .post-categories,
    .post-inner-content .cat-item {
        display: none;
    }
    Thread Starter stayawakeblogger

    (@stayawakeblogger)

    It worked! Amazing. Thank you very much!

    You’re very welcome and good luck with your website.

    Hi @mh Themes,

    I hope you are well today and thanks for helping out here in this forum.

    Your help here is really appreciated.

    Just to add here you can use the custom CSS code by adding it in the Custom CSS option of Activello theme on the below path.

    Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

    Thanks,
    Vinod Dalvi

    hello again

    this does not work for me ….

    
    .cat-title, #line { display: none; }

    this above mentioned code does not hide the category from the header of the postings

    what can i do??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove Category From Post Header’ is closed to new replies.