Missing title

Home Forums Jevelin Theme Missing title

Home Forums Jevelin Theme Missing title

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

    Hi there,

     

    For some unknown reason page title isn’t displaying.

    Please see attached.

     

    Thanks and kindest regards.

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

    Hi @Zelda,

     

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

     

    I visited your shared site and saw this is happening because of the below custom CSS code that you are using on your site so please remove it to display the title.

     

    .sh-titlebar .sh-table h2 { display: none;}

     

     

    Best regards,
    Shufflehound team

    Zelda
    Participant

    Hi there,

    The thing is I only need to hide the title on blog posts.
    I’d like to keep it on pages.

    Thanks and kindest regards.

    You can hide titlebar title only on blog posts by changing above shared CSS code as below.

     

    .single-post .sh-titlebar .sh-table h2 { display: none;}
Viewing 4 posts - 1 through 4 (of 4 total)