Hi Guys,
I’ve been working on this website, and my first time using Woocommerce. There are some things woocommerce shows, that i would like not to be shown. Things like:
select options (in the product grid)
SKU (when clicked on a product)
Most recent posts (on the detail page of a product)
and things i want to change like:
productinformation (i want to change that text)
I’m sure there must be some sort of documentation to edit this kind of things, but i cant find them. Could u please help me out?
Rob
Hey fpwrotterdam!
why not ask WooCommerce support for those questions?
1.) Not sure which element you mean. Can you highlight using screenshots please? use imgur.com or dropbox.
2.) to hide sku use this code in Quick CSS field:
.product_meta {
display: none;
}
3.) To hide most recent posts:
section#recent-posts-2 {
display: none;
}
4.) To change/translate any text strings use Poedit or LocoTranslate plugin.
Best regards,
Andy