Home › Forums › Jevelin Theme › Delete Titlebar in the single product shop
Home › Forums › Jevelin Theme › Delete Titlebar in the single product shop
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
Thanks a lot! š
You are most welcome here š