• Resolved Natebc1

    (@natebc1)


    Hello, We are using WP Customizer that can with the theme. And need help on how to remove or relocate.

    woocommerce-breadcrumb
    class=”product_meta”

    We have look at the theme customizer and don’t see them.
    Very New to WP..

    The page I need help with: [log in to see the link]

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

    (@nicolamustone)

    Automattic Happiness Engineer

    Hello,
    Removing or relocating the breadcrum is most likely not possible via the Customizer.

    This will require some coding. The quickest way is to add this CSS in Appearance > Customize > Additional CSS

    .woocommerce-breadcrumb {
        display: none;
    }

    The best way would be to contact the theme author and ask for the PHP code to remove it entirely from the page or move it somewhere else.

    Plugin Support abwaita a11n

    (@abwaita)

    Hi @natebc1,

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the information above was useful!

    If you have further questions, please feel free to open a new topic.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move/delete product_meta and woocommerce-breadcrumb’ is closed to new replies.