Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Leslie,

    After looking at your page again I noticed it is a slightly different problem that what I had. Your problem is easy to fix with CSS, just put the code below into a custom CSS area within your template and it should disappear. From what I see this should not interfere with any other titles or pages but double check to make sure. Some templates allow a category description and that is what seems to be getting picked up in your case.

    .woo-category-desc {
    display: none;
    }

    Good Luck!
    Rob

    • This reply was modified 8 years, 5 months ago by radamo7.

    Leslie,

    I ran into that same problem this evening. I was not able to edit the “All products” button (which links to the home page but is located under the products tab on the menu) – my fix was to remove that from the menu and create a standard “Shop” page that resides under “pages” in the menu are and is essentially a blank page that WooCommerce knows how to populate based on the WooCommerce settings. If for some reason you do not have a “Shop” page you should be able to just create one and then may need to link it from the WooCommerce settings depending on what version you are on.

    I hope that helps!
    Rob

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