Remove Title and breadcrumbs from all pages

This topic has 9 replies, 3 voices, and was last updated 8 years, 3 months ago ago by Eva Kemp

  • Avatar: islandwebsolutions
    islandwebsolutions
    Participant
    January 26, 2016 at 22:49

    Hello,

    I need help, how do I remove that big “page title” from the page and the “product description text” please see screenshot: http://i.imgur.com/8ZRYuWK.png

    Website: http://deepydeepy.islandwebdemos.net

    Thanks guys! Great Theme!
    Island Web, Long Island Web Design

    8 Answers
    Avatar: stan
    Stan Russell
    Participant
    January 27, 2016 at 09:29

    Hello,

    please use following css code:

    .single-product .title, .product-navigation {
    display:none;
    }

    Regards,
    Stan Russell.

    Avatar: islandwebsolutions
    islandwebsolutions
    Participant
    January 28, 2016 at 02:53

    Thanks how do you remove the breadcrumbs?
    “Home/PACIFIER NIPPLE PROTECTORS”

    http://deepydeepy.islandwebdemos.net/product/pacifier-nipple-protectors/

    Avatar: islandwebsolutions
    islandwebsolutions
    Participant
    January 28, 2016 at 02:57

    Also, is there a way to move the price?

    Thanks

    Avatar: stan
    Stan Russell
    Participant
    January 28, 2016 at 08:26

    Hello islandwebsolutions,

    1) please use following css code:

    .page-heading .woocommerce-breadcrumb{
    display:none;
    }

    2) please show on screenshot how do you want to move the price.

    Regards,
    Stan Russell.

    Avatar: islandwebsolutions
    islandwebsolutions
    Participant
    January 28, 2016 at 15:30

    Thanks, we want to hide breadcrumbs and title on all pages as well.

    Here’s a screenshot to where we would like the price if possible: http://i.imgur.com/xiELRbs.png

    We would like the pages to look just like the product pages, with no page title or breadcrumbs.

    Thanks a lot!

    Avatar: Eva
    Eva Kemp
    Support staff
    January 28, 2016 at 15:45

    Hello,

    Please add this code to hide all breadcrumbs:

    .breadcrumbs, .page-heading .title {
       display: none;
    }

    You can reorder price as described in this article:
    http://www.alphablossom.com/move-woocommerce-price-on-single-product-page/

    Regards,
    Eva Kemp.

    Avatar: islandwebsolutions
    islandwebsolutions
    Participant
    February 3, 2016 at 01:21

    How can I add a 4pack at $5 and an 8 pack at $8 for the same item?

    Avatar: Eva
    Eva Kemp
    Support staff
    February 3, 2016 at 09:37

    Hello,

    You need create variable product and set attributes for it as described in the documentation https://docs.woothemes.com/document/variable-product/ .
    Then set different prices for your variations.

    Regards,
    Eva Kemp.

  • Viewing 9 results - 1 through 9 (of 9 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.