Home › Forums › Jevelin Theme › Removing title area in shop page
Home › Forums › Jevelin Theme › Removing title area in shop page
Hi,
I have the Title bar enabled in general.
But I want to specifically remove it for the Products page.
Can you help me do the same?
Also, would like to do the same in the My Account area. Keeping it in the same thread, as it relates to the same topic. If you want, I can create a separate thread ๐
Hi @hopelessgamer,
I hope you are well today and thank you for your question.
You can remove it on those specific pages 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.woocommerce .sh-titlebar {
display: none;
}
Best regards,
Shufflehound team
The code works and removes the shop titlebar from all pages, but not from the My Account tabs. Do look at the screenshot.
Solution for this topic
Please try changing above shared CSS code as following.
body.woocommerce-page .sh-titlebar,
body.woocommerce .sh-titlebar {
display: none;
}Worked like a charm ๐
You are most welcome here ๐
If you need services beyond standard support, we've got your back!
If you'd prefer not to handle the installation yourself or need help getting started, we'll set everything up for you.
We'll help you rearrange sections, adjust spacing, and modify the page structure to fit your needs.
More complex styling changes, theme option modifications, and third-party integrations.
If you need something that's not included in the theme, we can code it for you.
Web design services to create custom sections, pages, and blocks for your theme, plus graphics and visualizations.
Full website builds, custom theme development, or plugin creation from scratch.
We'll provide a clear quote based on what you need. No hidden fees.