Home Forums Themes Support Claue remove section "related posts" from product details page

Topic Resolution: Resolved
Viewing 1 reply thread
  • Author
    Posts
    • #13775

      How can I remove the entire section “related posts” from the product detail page?

      I’ve looked in the Claue theme settings, but couldn’t find it there.

      Thanks,
      Tony

    • #13783

      Hi Tony,

      Please use the custom CSS code below

      .related.product-extra { display: none; }

      Cheers,
      Foster

      • #13856

        Hello,

        this css line removes the related products, not the related posts
        I need to remove the related posts. The class is called “jp-relatedposts”.
        What should the css code look like for that?

        Kind regards,
        Tony

        • #13857

          OK, now I found the solution. This actually was inserted by the Jetpack plugin.
          I changed the settings and now it’s removed. Solved.

          Kind regards,
          Tony

Viewing 1 reply thread

You must be logged in to reply to this topic.