title bar on shop pages

Home Forums Jevelin Theme title bar on shop pages

Home Forums Jevelin Theme title bar on shop pages

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    RESOLVED Posts
  • DirkahDirkah
    Participant

    Hi,

     

    I tried to turn off title bar in the pages/shop/page settings/header… it isn’t making the call.  How can I turn off the call for the title bar on all shop pages?

    Thanks,

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

    DirkahDirkah
    Participant

    shop page

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

    Solution for this topic

    Hi @DirkahDirkah,

     

    Thank you for your question.

     

    You can remove it on all shop 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

     

    .woocommerce .sh-titlebar {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    DirkahDirkah
    Participant

    awesome, thanks

    You are always welcome here 🙂

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