Home › Forums › Gillion Theme › Hide Title
Home › Forums › Gillion Theme › Hide Title
Because I use title images, I do not want the titles on the homepage to be visible.
Is it possible to remove the titles of the blog posts on the homepage?
Hi @HelgaPost,
I hope you are well today and thank you for your question.
We can remove it developing custom CSS code.
Could you please share me your site URL where it’s displaying so that I can help you to remove it?
Best regards,
Shufflehound team
Solution for this topic
You can remove them by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.home article a.post-title { display: none; }
It works!
Thank you very much.
You are most welcome here š