• Resolved DominaDoll

    (@dominadoll)


    I would like to remove or modify this title from my site:
    “Products
    This is where you can add new products to your store.”

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Hi there ??

    This can be fixed with some custom CSS. Under Customize > Additional CSS.

    To hide the entire header including the breadcrumbs, please use this code:
    ?

    /* Hide Store header */
    ?.woocommerce-shop .container.clr.page-header-inner {
        display: none !important;
    }
    

    And to disable just the title and subtitle but keeping the breadcrumbs, use this code instead:

    /*Disable Store h1 heading*/
    .woocommerce-shop h1.page-header-title.clr {
        display: none !important;
    }
    /*Disable Store subheading*/
    .woocommerce-shop .clr.page-subheading {
        display: none !important;
    }

    ?
    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    Cheers ??

    Thread Starter DominaDoll

    (@dominadoll)

    Excellent! Thank you Gabriel! I do know some CSS, but I couldn’t see the code for it when I tried to inspect the element. ??

    Thread Starter DominaDoll

    (@dominadoll)

    A have another issues, not woocommerce, but for my theme that probablly can be fixed via CSS as well. In mobile, the Header title has the word “lingerie”. There is no place in the them where I can remove it, as I have checked customizations. Do you know what CSS I can use to fix that?

    Your help is much appreciated!
    Thanks!

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Glad to know that it worked! ??

    I’ve checked the mobile version of your site, but I couldn’t find the word “lingerie” at all. Please pinpoint the exact location of it so that I can generate that custom CSS for you.

    Cheers!

    Plugin Support abwaita a11n

    (@abwaita)

    Hi,
    We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, you were able to find a solution to your problem!

    If you have further questions, please feel free to open a new topic.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[NSFW] Remove title from header’ is closed to new replies.