Home Forums WoodMart support forum single product

single product

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #470282

    markchenbroadsword
    Participant

    hi could you help how to remove single product page top with repeat title and immovable description?

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

    Hello,

    It is not a repeated title, the first one relates to Breadcrumbs, and the second is the product page title.

    You can either remove or replace the breadcrumbs or create a custom template.

    Please consider using the Woocommerce builder of WoodMart allowing to create custom templates for product pages and other functional pages that are not editable by default. Woocommerce builder is the inbuilt functionality widget included in the builder you use on the site.

    Please check this manual: https://xtemos.com/docs-cat/woocommerce-layouts-builder/?theme=woodmart and https://xtemos.com/docs-topic/single-product-page-builder/

    Alternatively, you can use this code:

    body .summary-inner .product_title{
    display:none
    }

    This removes h1 title which is not good for SEO.

    If you have any questions please feel free to contact us.

    Best Regards

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