How do I turn off the title bar in blog posts?

Home Forums Jevelin Theme How do I turn off the title bar in blog posts?

Home Forums Jevelin Theme How do I turn off the title bar in blog posts?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    RESOLVED Posts
  • rshah67
    Participant

    How do I turn off the title bar in blog posts? It is showing a white row on all blog posts and I can’t turn it off.

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

    Hi @rshah67,

     

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

     

    Do you want to turn off title bar on blog posts only or on whole website?

     

    Could you please share the page URL from your site where it is displaying so that I can help you to turn it off?

     

    Best regards,
    Shufflehound team

     

    rshah67
    Participant

    Hi,

     

    I want it off for the whole site.

    This is one of the blog posts where it shows. It is currently white as all text on the site is white. Please let me know how to turn this off.

    https://ben-sparham.com/2020/03/16/webinar-recording/

    Solution for this topic

    You can remove post title from blog posts 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

     

    .single-post a.post-title {
        display: none;
    }

     

    If you want to also remove the post meta then please also use below CSS code.

     

    .single-post .post-item-single .post-meta-data {
        display: none;
    }

    rshah67
    Participant

    Hi,

    I have got rid of the title but there is still the issue of the category and also the author name.

    I don’t see any issue of category and author name on the shared blog post so could you please share the screenshot of it?

    rshah67
    Participant

    I have attached a screenshot.

    I have highlighted it to show the issue as the text is white and hidden for this reason normally.

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

    I visited your shared URL but didn’t see the category and author name on it as shown in the attached screenshot.

     

    Please test it clearing your browser cache.

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

    rshah67
    Participant

    Hi,

    Sorry that is all fixed now. Thank you.

    Not an issue.

     

    You are most welcome here 🙂

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