Custom css - by Mia Maq - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 8 years, 7 months ago ago by Jack Richardson

  • Avatar: Mia Maq
    Mia Maq
    Participant
    September 21, 2015 at 12:44

    I don’t want any page titles but the following is not working:

    .title {
    display: none;
    }

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 21, 2015 at 13:50

    Hello,

    Please add this code in custom.css file:

    .page-heading h1 {
       display: none;
    }

    How to create custom.css you can watch in this tutorial.

    If you want to remove breadcrumbs too you need use this code:

    .woocommerce-breadcrumb, #breadcrumb {
      display: none;
    }

    Best regards,
    Jack Richardson.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.