Hide Title

Home Forums Gillion Theme Hide Title

Home Forums Gillion Theme Hide Title

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • HelgaPost
    Participant

    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

    HelgaPost
    Participant

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

    HelgaPost
    Participant

    It works!
    Thank you very much.

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)