1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

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:
    125
    #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