Get Rid of Categories on Top of Single Posts

Hello,

Is there a way I can get rid of the the Category names showing up along the top of every Post? I’d like all my posts to look just like the Pages do at the top, with a single grey line and the title.

Thank you for your help!

Hi @gold2day,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

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

body.single-post .main-content-area .cat-title {
    display: none;
}

Best Regards,
Movin

@Movin,

Thank you so much! That worked perfectly.

You are most welcome here :slight_smile:

Hi I’d like the same thing on my website, but the above code didn’t work. Can you help me out? Thanks a bunch!

@lostre I visited your shared site but didn’t see the shared code anywhere on your site so could you please tell me where have you added it?

Also to help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/activello/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.