• Resolved simony138

    (@simony138)


    I disabled showing breadcrumb, and page title by using the following code on the child theme style.css
    .page .entry-title {
    display: none;
    }
    .breadcrumbs {
    display: none
    }
    However all pages are not showing the breadcrumb and page title, except one page (tienda).
    Please check this url: http://migusto.esy.es/shop/
    If you can help to fix it.
    Thanks a lot!

Viewing 6 replies - 1 through 6 (of 6 total)
  • I’d recommend that you update to the new 3.2.1 which has new features that will help solve your issue.

    Because it’s not yet been released for automatic update, you have to replace the contents of wp-content/themes/customizr with the zip contents, being careful to completely replace the contents and not leaving any straggling files.

    If not confident, wait for the automatic update.

    Thread Starter simony138

    (@simony138)

    Hi rdellconsulting,

    Thank you for your quick response.
    I delete the old version and install the new version v3.2.1.
    but it is not working.
    please help again !

    This should remove it:

    .woocommerce-breadcrumb {
      display: none;
    }
    Thread Starter simony138

    (@simony138)

    Great!
    It does remove the breadcrumb.
    would you please help to remove the page title as well.
    Thanks

    .woocommerce-breadcrumb, .woocommerce .page-title  {
      display:  none;
      }
    Thread Starter simony138

    (@simony138)

    rdellconsulting,

    Wow, they all gone.
    Thanks a lot for your help !!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Remove breadcrumb and page title’ is closed to new replies.