Removing title area in shop page

Home Forums Jevelin Theme Removing title area in shop page

Home Forums Jevelin Theme Removing title area in shop page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    RESOLVED Posts
  • hopelessgamer
    Participant

    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?

    Attachments:
    You must be logged in to view attached files.

    hopelessgamer
    Participant

    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

    hopelessgamer
    Participant

    The code works and removes the shop titlebar from all pages, but not from the My Account tabs. Do look at the screenshot.

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Please try changing above shared CSS code as following.

     

    body.woocommerce-page .sh-titlebar,
    body.woocommerce .sh-titlebar {
        display: none;
    }

    hopelessgamer
    Participant

    Worked like a charm 🙂

    You are most welcome here 🙂

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