Hide doesn't work

edited February 2023 in Other

Hello,

I've made some templates, just like usual. In the single product template I have the option Layout - The content on HIDE.

Yet I see the productdescription with SEO texts with the products.

What am I doing wrong?


testwebsite


Thanks

Comments

  • Hi,

    Please attach a screenshot showing what you refer to.

    I do not want to misunderstand you.


    Best regards

  • The link in the previous post goes to a product. With that product I chose Builder -> SEO via import/export.

    This is neatly placed in the product description. but of course we do not want this to be visible on the website.

    This product uses a template -> single product. So in the settings of this template I have set the content to Hide under Layout. However, the content on the product page is displayed.

    testwebsite

  • We need to take a closer look at this.

    For now, please, use the following CSS code:

    .single-product .the_content_wrapper{
       display: none;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

  • Ok, for now that works.

  • Sorry, I forgot that we added this option to the theme options.

    You can disable the content in the Betheme -> Theme options -> Shop -> Single product.

    If you do not see this option there, ensure that your Betheme is updated to the newest version.


    Best regards

Sign In or Register to comment.