Title: Remove Attribute Description?
Last modified: January 15, 2021

---

# Remove Attribute Description?

 *  Resolved [SRCreative234](https://wordpress.org/support/users/srcreative234/)
 * (@srcreative234)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/remove-attribute-description/)
 * Hey Mark!
 * When user selects a variation with a larger markup up under the selection dropdown
   it will show “Add $20.00 for (The product)”
 * See this link for screenshot: [https://imgur.com/a/9WJLuX6](https://imgur.com/a/9WJLuX6)
 * How do I hide or remove that? I tried in the WooCommerce settings but it does
   not seem to affect it.
 * Thanks!
    Justin

Viewing 1 replies (of 1 total)

 *  Plugin Author [Mark Tomlinson](https://wordpress.org/support/users/marktomlinson/)
 * (@marktomlinson)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/remove-attribute-description/#post-13913455)
 * Hi Justin,
 * That text is added to the descriptions of the individual product variations when
   you set the price. There are two ways to avoid it, and I suggest you might want
   to do both.
 * First is through the [Description Behavior setting](https://github.com/Mark-Tomlinson/markup-by-attribute-for-woocommerce/wiki/Settings#description-behavior).
   If you select `Do not add pricing information to the description field`, the 
   text will no longer be added _when you set prices_. However, it won’t undo the
   descriptions that are already set.
 * Since repricing all of your products is probably a pain, there is some [additional CSS that you can add through the Appearance ⇾ Customize page](https://github.com/Mark-Tomlinson/markup-by-attribute-for-woocommerce/wiki/Usage-(Advanced)#changing-the-style-of-the-markup)
   which will hide this text. You should be able to just cut and paste the text 
   code below to make it work.
 *     ```
       #mbainfo {
       	display: none;
       }
       ```
   
 * I recommend both setting the Display Behavior and the custom CSS, so you don’t
   have to worry about repricing your products (at least, not right away).
 * Hope this was helpful.

Viewing 1 replies (of 1 total)

The topic ‘Remove Attribute Description?’ is closed to new replies.

 * ![](https://ps.w.org/markup-by-attribute-for-woocommerce/assets/icon-256x256.
   png?rev=2952499)
 * [Markup by Attribute for WooCommerce](https://wordpress.org/plugins/markup-by-attribute-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/markup-by-attribute-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/markup-by-attribute-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/markup-by-attribute-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/markup-by-attribute-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/markup-by-attribute-for-woocommerce/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mark Tomlinson](https://wordpress.org/support/users/marktomlinson/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/remove-attribute-description/#post-13913455)
 * Status: resolved