Hide product variations description text?
-
Hello,
is it possible to hide product variations description text?
I have over 300 products and they have many variations which all have a description text. Is there a way to hide that text? It shows up when selecting color and size in the product page.
I would just like to show the main product description.
Thanks in advance!
Hello,
Please provide your product URL in the private area (provide site admin assets as well if your site is under construction) and screen what you want to remove, I will provide custom CSS.
Best Regards
I sent you the url of my site in the Private Content because I would like my site url to be private.
Thanks!
Hello,
Please give me the product URL from which you have taken the screen.
Best Regards
I put it in the Private Content section.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.single .woocommerce-variation-description{
display:none;
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Hide product variations description text?’ is closed to new replies.