Hide Category in Single Posts

Hey there,

i want to hide the Category in my website when ill post new contributions.

On the Top theres always the Category. It has to look like a normal page-site.

Could you help me ?

I am using Activello Theme

www.seleccion5f.com

thanks

Hello there,

I hope you are doing well today.

You can use the following CSS code to hide the category by going to Appearance > Customize > Additional CSS and pasting it there.


/*Hide category*/
.cat-title {
    display: none;
}

Best Regards,
Support

it worked, great

thanks a lot !!

Hello there,

I am glad the solution worked.
Please feel free to contact us regarding any issues in the future.

Best Regards,
Support