Home › Forums › Jevelin Theme › Shop – header
Home › Forums › Jevelin Theme › Shop – header
Hi there,
I would like to remove the word “Shop” from the banner on the shop page.
How can I achieve this? https://www.whoisyourshero.com/shop/
thank you so much,
Rocio
Hi Rocio,
I hope you are well today and thank you for your question.
You can remove 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
body.post-type-archive-product .sh-titlebar .titlebar-title-h1 { display: none; }
Best regards,
Shufflehound team