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.
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;
}
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??