Delete Titlebar in the single product shop

Home Forums Jevelin Theme Delete Titlebar in the single product shop

Home Forums Jevelin Theme Delete Titlebar in the single product shop

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • standbypics
    Participant

    I tried to eliminate the single product shop title bar. For doing that I disabled title bar in theme setting, but it is still visible. This option doesn’t work.

     

    As you can see here

    https://blog.standbypics.com/product/fans-t-shirt/

     

    the title bar is still there.

     

    Do you have some workaround?

    Thanks a lot!

    Solution for this topic

    Hi @standbypics,

     

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

     

    You can hide 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

     

    .single-product .sh-titlebar {
        display: none;
    }

    Best regards,
    Shufflehound team

    standbypics
    Participant

    Thanks a lot! 🙂

    You are most welcome here 🙂

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