Home › Forums › Jevelin Theme › Single product page: Remove "Shop" on left and make grey bar shorter
Home › Forums › Jevelin Theme › Single product page: Remove "Shop" on left and make grey bar shorter
Hi there. In the single product pages, there is a big grey bar sitting under the top bar menu. On it, “Shop” appears on the left, followed by breadcrumbs on the right. How do I get rid of the word “shop” on the left universally for all single product pages? I’d also like to reduce the size of the grey bar, now it looks very imposing. Appreciate if you can help.Thank you.
Solution for this topic
Hi @cheeks,
Thank you for your question.
You can achieve 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 .titlebar-title.sh-table-cell { display: none; } .single-product .sh-table.sh-titlebar-height-large { min-height: 0; padding: 40px 0; }
Best regards,
Shufflehound team
Oh wow! this looks a lot better. Thanks for your help π
You are always welcome here π