Help needed with template editing

Discussion in 'WordPress' started by faizzsheikh, Dec 13, 2014.

  1. #1
    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.
     
    faizzsheikh, Dec 13, 2014 IP
  2. ArchAxis

    ArchAxis Well-Known Member

    Messages:
    136
    Likes Received:
    11
    Best Answers:
    1
    Trophy Points:
    175
    #2
    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!
     
    ArchAxis, Dec 16, 2014 IP