Home Forums WoodMart support forum remove the title

remove the title

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #564806

    smart-cam.ch
    Participant

    How can I remove the title

    Attachments:
    You must be logged in to view attached files.
    #564858

    Hello,

    Navigate to Layout > Edit Single Product Layout and remove it.

    If you have any questions feel free to contact us.

    Best Regards.

    #564874

    smart-cam.ch
    Participant

    Unfortunately I couldn’t find it. Can you explain it to me a little better?

    #564882

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards.

    #564885

    smart-cam.ch
    Participant
    #564889

    Hello,

    If you want to remove whole breadcrumbs, Navigate to Layouts > Edit Single Product layout with wp bakery and remove the breadcrumb elements.
    https://ibb.co/pf4FqXy

    If you want to remove the last breadcrumbs only, try using the below Custom CSS code and paste it to Dashboard > Theme Settings > Custom CSS > Global Custom CSS:

    .woocommerce-breadcrumb .breadcrumb-last:last-child, .yoast-breadcrumb .breadcrumb_last:last-child {
        display: none;
    }

    Best Regards.

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