This is my product listing page: http://www.rqc.co.in/products/caps/ Some products does not have a Product Code, Description, Size, Material etc. However, By default the fields name "Product Code", "Size", "100%" are visible even after leaving it empty. Where can I locate the file to hide these fields.
You'll need to hide these fields using CSS. Edit your style.css by FTPing to your website and going to http://www.rqc.co.in/wp-content/themes/RQC/style.css Add the following code to the very bottom of the .css file. .content-product, .name-code .code{display: none;} Let me know if you have any issues. Thanks!