- This topic has 3 replies, 2 voices, and was last updated 2 weeks, 2 days ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
I have the home page looking the way I want except I don’t want to see the category title wiith each post on my homepage
Hi Jacob,
At first, thank you for choosing our theme and service.
To provide you with the most accurate assistance, could you please describe the issue you’re facing in more detail? Additionally, sharing a direct link to the page where the problem appears would be immensely helpful. If possible, providing screenshots of the issue will give us a clearer understanding and allow for more targeted support.
Once we have this information, we’ll be better equipped to identify the issue and provide a solution.
Kind Regards
the URL is: ranchodelrio.art
Below the main image on the landing page it has 3 posts (Southside Unit, About, Northside Unit) Above the titles for each of these posts is the category. I do not want to see category listed there. How do I remove category so that is only has the title of the post and the “read more” box?
This dialogue box isn’t allowing me to upload a screenshot but you will see it if you visit the home page at: https://www.ranchodelrio.art/
Hi Jacob,
Please navigate to Dashboard > Appearance > Customize > Additional CSS and add the CSS snippet below:
.post-categories {
display: none;
}
Kind Regards