Removing Categories on blog home and title display

Hi,
I’m loving shapely but I cannot find a way to remove the categories from my blog home page - they are showing over the top of my images and I want to removed them.
This relates to this URL: https://doradoes.co.uk/doralosophy-blog/
I habe unchecked the ‘show categories’ option in the customiser but it seems to be ignoring me.
Also. The post titles cut off half way through - is there any way to reduce the text size so that the whole post header will be shown underneath the feature image? I would rather have no header than half of one!!
Many thanks

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

.post-content .shapely-category {
    display: none;
}

Thanks!
Colorlib Support Team

Thank you.
I am also trying to remove the page titles. I have found the additional CSS

/Remove title/
header.entry-header {
display: none;
}

but this also removes the feature image. Is there a way to remove the page title but keep the feature image?
Thanks

I have just tried adding the CSS and this has also removed the post images.
Is there way to remove just the category without removing the feature images?
Many thanks
Michelle

Hello there,

I hope you are doing well today.

Please try using the following CSS:


/*Remove post category*/
.shapely-category {
    display: none;
}

Best Regards,
Support

Great - that has worked!
Thank you :slight_smile:

Hi, there

Nice, to hear your problem is fixed:)
Now I will now close the topic and mark it as resolved.
Feel free to contact us again Thanks!