Home Forums Basel support forum Configuration of product page – get invisible tags

Configuration of product page – get invisible tags

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #78069

    pierredemeudon
    Participant

    Hi there,
    How can I do so that the tags and description below the short description are invisible (see red circle in attached image)? For me, it’s useless info for any buyer.
    Is there a way to withdraw that block?
    If not, can the text be white on white background?
    Kind regards

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

    Hello,

    In order to hide this block, add this CSS code to the Theme Settings > Custom CSS:

    .single-product-content .product_meta {
        display: none;
    }

    Best Regards

    #78174

    pierredemeudon
    Participant

    OK, thank you, it works

    #78208

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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