Remove Post Title

Home Forums Jevelin Theme Remove Post Title

Home Forums Jevelin Theme Remove Post Title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Marcin Gora
    Participant

    Can you please provide me with the custom code to remove posts titles?
    Thank you!

    Solution for this topic

    Hi Marcin,

     

    I hope you are well today and thank you for your question.

     

    You can remove it 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

     

    article.type-post .post-title {
        display: none;
    }

    Best regards,
    Shufflehound team

    Marcin Gora
    Participant

    Hello,

     

    Thanks for providing this. I’ve just checked it and works fine.

     

    Just one additional question:

    I have found that code for removing Post title works and removing title from tile of post but not removing post title inside post.
    See screenshot that should visualize what I mean.

    Is there an option as well to remove post title inside post.

    I will have titles as captions on main full width photo so I don’t need those titles (as well as post author name and tags)

    By removing post title, author and tags from inside of the post I would like to have this Parallax Image to be visible from the top, as it is on pages.
    (example of page shared in private content)

    That would be possible once Post title, post author name and tags will be removed from top of the post page?

    Attachments:
    You must be logged in to view attached files.

    Please try using the below CSS code to remove it inside post.

     

    body.single-post a.post-title,
    body.single-post .post-meta-data {
        display: none !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)