Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter robwebber

    (@robwebber)

    OK,

    I have got somewhere. Somehow I have added <?php woocommerce_breadcrumb(); ?> to my header.php in my theme content and now the breadcrumbs show
    BUT
    on every page!!
    I am struggling to find a way to hide the breadcrumbs unless on woocommerce_page can anyone help??
    I also cannot work out why my titles have all disappeared in Woocommerce pages.

    No more updating for me!

    If you want to remove the side bar you first need to look to extend the content area and for your theme “.row .eleven” is this area. in your Style.CSS line 8907 it should read

    .row .eleven {
       max-width: 100%;
    }

    adding in the max-width will do that but then you also you will need to remove the sidebar you need to find you “.widget” on line 5989 of your Style.css and add “display: none;”

    If you mean that you simply want a background across the full width with columns in place I am struggling to get the theme to do that

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