Hide titlebar from inner blog pages

Home Forums Jevelin Theme Hide titlebar from inner blog pages

Home Forums Jevelin Theme Hide titlebar from inner blog pages

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

    Hello

    How can i hide titlebar only from inner blog pages?

    Shufflehound
    Moderator

    Hi there,

     

    Yes, please try this CSS snippet bellow and let us know if that works (you can place it here – Admin Dashboard -> Appearance -> Theme Settings -> Custom Code -> CSS Code ).

    body.single-post .sh-titlebar {
        display: none;
    }

     

    Best regards,

    Shufflehound team

    69boxes
    Participant

    For me, this worked out for category pages. Unfortunately, however, the title bar is still visible on the single product pages. See Private Information Field as our website is currently under construction.

    69boxes
    Participant

    Please see in the privat information field

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