Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Prin a11n

    (@prin_settasatian)

    Hi there,

    I understand you’d like to remove the duplicate category name.

    I think CSS can help you achieve this.

    Please try adding the following code to hide the first set:

    .breadcrumb-trail {
        display: none;
    }

    Alternatively, you can use the following code to hide the second set:

    .woocommerce-breadcrumb {
        display: none!important;
    }

    To add custom CSS code:
    1. Go to your site’s dashboard.
    2. On the left sidebar, click on Appearance -> Additional CSS.
    3. Paste the code and click on the Save Changes button.

    Let me know if you need further help.

    Plugin Support Sérgio L. a11n

    (@csnlima)

    Hi @jessamca11,

    The categories you mentioned are displayed in a Breadcrumb. It looks like there’s an additional plugin or even the theme you’re using that’s displaying the additional breadcrumb. The best way to determine is to:

    • Temporarily switch your theme to Storefront
    • Disable all plugins except for WooCommerce
    • Check if the shipping fee is being applied
    • If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each until you find the one causing conflict.

      You can find a more detailed explanation on how to do a conflict test here.

      Best,

    We haven’t heard back from you in a while, so I’m marking this thread closed for now – we’ll be here if and/or when you are ready to continue.

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

The topic ‘category name appearing twice’ is closed to new replies.