Title: delete attribute name
Last modified: February 16, 2022

---

# delete attribute name

 *  Resolved [db151](https://wordpress.org/support/users/moddingrepair/)
 * (@moddingrepair)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/delete-attribute-name/)
 * Hi I would like to delete the attribute name from the single product page, as
   in version 6.0, unfortunately with the update I have appeared the attribute titles
   in the single product page. Sending images of old woocmmerce version and new 
   version
 * woocommerce image updated [https://prnt.sc/26wzev2](https://prnt.sc/26wzev2)
   
   image woocommerce old version [https://prnt.sc/26wzfxo](https://prnt.sc/26wzfxo)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [Mirko P.](https://wordpress.org/support/users/rainfallnixfig/)
 * (@rainfallnixfig)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/delete-attribute-name/#post-15373177)
 * Hi [@moddingrepair](https://wordpress.org/support/users/moddingrepair/),
 * Can you share a link to your product page where we can see this attribute?
 * Once we have that, we’ll be able to advise you further about this.
 * Thanks.
 *  Thread Starter [db151](https://wordpress.org/support/users/moddingrepair/)
 * (@moddingrepair)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/delete-attribute-name/#post-15373347)
 * save the sending link via note readable only once, the note contains the link
   to the site thanks
    [https://privnote.com/VDqD2ZCm#kihVjy5vh](https://privnote.com/VDqD2ZCm#kihVjy5vh)
 *  [Mirko P.](https://wordpress.org/support/users/rainfallnixfig/)
 * (@rainfallnixfig)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/delete-attribute-name/#post-15373430)
 * Hi [@moddingrepair](https://wordpress.org/support/users/moddingrepair/)!
 * Thanks for sharing the link to your product page.
 * This can be fixed with some custom CSS. Under **Appearance > Customize > Additional
   CSS**, you can add the following code:
 *     ```
       .single-product .variations .label {
       display: none;
       }
       ```
   
 * Results:
 * 
    Link to image: [https://snipboard.io/uqg47k.jpg](https://snipboard.io/uqg47k.jpg)
 * If you’d like to learn more about CSS, I highly recommend using the free tutorials
   at w3schools.com. Here, you can find the basics of selectors (how to target the
   right element on the page), and properties (how to change the element on the 
   page).
 * I hope this helps!
 *  Thread Starter [db151](https://wordpress.org/support/users/moddingrepair/)
 * (@moddingrepair)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/delete-attribute-name/#post-15373443)
 * I had tried various css options with display: none! Important, but none of the
   options I used worked, I could not find the right elements: .single-product .
   variations .label, but you were very fast in solving the problem, thanks a lot,
   I can finally update woocommerce to the latest update, thanks again
 *  [Mirko P.](https://wordpress.org/support/users/rainfallnixfig/)
 * (@rainfallnixfig)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/delete-attribute-name/#post-15373449)
 * Great! Glad to hear that I could help with this.
 * If you have any further questions please feel free to open a new topic.
 * Cheers.
 *  Thread Starter [db151](https://wordpress.org/support/users/moddingrepair/)
 * (@moddingrepair)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/delete-attribute-name/#post-15373480)
 * I tried to insert the code fragment in thema child style.css but it didn’t work,
   while if I add it where you advised me the code works, I don’t understand why?
   Thanks again
 *  [Mirko P.](https://wordpress.org/support/users/rainfallnixfig/)
 * (@rainfallnixfig)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/delete-attribute-name/#post-15373582)
 * Hi [@moddingrepair](https://wordpress.org/support/users/moddingrepair/),
 * If the custom CSS code you added in your child theme’s style.css file is not 
   working, could be due to the browser cache that needs to be cleared.
 * Sometimes, it can also happen due to the site or server cache. I’ve also seen
   cases where recreating the child theme would help things work properly.
 * We do not provide support in this forum for third-party themes or plugins other
   than the WooCommerce core plugin. Thus, if you still have problems with that 
   I recommend getting in touch directly with your theme authors.
 * Cheers.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘delete attribute name’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Mirko P.](https://wordpress.org/support/users/rainfallnixfig/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/delete-attribute-name/#post-15373582)
 * Status: resolved