Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Oct 2006
    Posts
    109
    Plugin Contributions
    0

    Default How to remove subcat image and description from product pages?

    I've looked everywhere and can't find where to fix this.
    I want the sub-category image and description to display on the sub-category page, but I do NOT want the sub-category image and description to display on the individual product pages.

    I just want the product alone (with its image and description) to appear at the top of the page.

    Can you help?

  2. #2
    Join Date
    Oct 2006
    Posts
    109
    Plugin Contributions
    0

    Default Re: How to remove subcat image and description from product pages?

    Found it -

    in stylesheet.css I added the following and it worked great:

    .categoryIcon { display: none }
    .categoryImg { display: none }
    .catdesc{ display: none }

  3. #3
    Join Date
    Oct 2006
    Posts
    109
    Plugin Contributions
    0

    Default Re: How to remove subcat image and description from product pages?

    One more note, in case anyone is looking this up --

    To keep the image and description category and sub-category pages, but delete it from the individual product pages, the three lines actually need to be:

    .categoryIcon { display: none }
    .categoryImg {width:200px;float:left;}
    .catdesc{ display: none }

 

 

Similar Threads

  1. v139h how to remove breadcrumb from ez-pages and defined pages
    By snk060 in forum General Questions
    Replies: 3
    Last Post: 11 Nov 2013, 04:40 PM
  2. remove <meta description> from ez pages and define pages : help
    By vandiermen in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Oct 2010, 12:13 AM
  3. Remove Category Image/Description div on product pages
    By Webbo1969 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 12 Sep 2009, 02:05 PM
  4. How to remove all images from product description?
    By jason a. in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 23 Apr 2008, 04:29 AM
  5. how to nix Description and price on subcat pages
    By ecommercegirl in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 Jan 2007, 05:56 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg