Home Forums Space themes support forum removing product labels

removing product labels

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

    mredip
    Participant

    Hi. How can I remove the labels here, as shown in the screenshot? We want to add labels, but I don’t want them to appear here.

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

    Artem Temos
    Keymaster
    Xtemos team

    Hello,

    To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.

    .product_meta .tagged_as {
      display: none; 
    }
    
    .single-product .product_meta .posted_in {
      margin-bottom: 0; 
    }
    
    .product_meta .posted_in:last-child {
      margin-top: 15px;
    }

    Kind Regards

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