Results 1 to 10 of 16

Hybrid View

  1. #1
    Join Date
    Apr 2007
    Location
    Charlotte, NC
    Posts
    24
    Plugin Contributions
    0

    Default Removing Category name from Product Listing

    I need to remove the category name from the product listings.

    This is how it appears now:



    where it says symplastics up there..that's a subcategory of mudflaps. I'm using images as my category titles, so that's why it looks like a button, but I need to remove this category name from that location. Anyone know where to start???

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Removing Category name from Product Listing

    Try this:
    Admin > Configuration > Product Listing > Display Product Name
    Set to 0

    Mark,

  3. #3
    Join Date
    Apr 2007
    Location
    Charlotte, NC
    Posts
    24
    Plugin Contributions
    0

    Default Re: Removing Category name from Product Listing

    Quote Originally Posted by haredo View Post
    Try this:
    Admin > Configuration > Product Listing > Display Product Name
    Set to 0

    Mark,
    That makes all the Product Names disappear. I'm looking to have that Category Name disappear.

    I'm fairly certain there is no switch in the admin panel for this, as I've hunted for it for an hour.

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Removing Category name from Product Listing

    Sorry I misunderstood you.

    Try this:
    stylesheet.css

    Add the following:

    #categoryIcon {
    display:none;
    }

    Mark,

  5. #5
    Join Date
    Apr 2007
    Location
    Charlotte, NC
    Posts
    24
    Plugin Contributions
    0

    Default Re: Removing Category name from Product Listing

    Thanks for the reply, but still no cigar.

    I can't believe how elusive this is being..

    I even looked up where that style tag is being applied using the Devolopers Tool Kit. I found, what seemed to be, where this was being triggered. I even went as far as erasing that entire <div>. Nothing.


    Any other suggestions?

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Removing Category name from Product Listing

    No need to mess with your core files to fix your delima...
    I duplicated your procedure with firefox browser.
    Worked perfect!!

    includes/ templates/ override template > css > stylesheet.css

    Add the following below to the stylesheet.css

    #categoryIcon {
    display:none
    }

    Mark,

 

 

Similar Threads

  1. Removing little arrows from category listing
    By davisz in forum Setting Up Categories, Products, Attributes
    Replies: 9
    Last Post: 3 May 2011, 06:23 PM
  2. Removing redundant category from product listing?
    By yelow in forum Templates, Stylesheets, Page Layout
    Replies: 16
    Last Post: 4 Nov 2008, 07:31 PM
  3. Removing product name from the index listing?
    By credible in forum General Questions
    Replies: 14
    Last Post: 29 Nov 2007, 04:38 PM
  4. Removing category name from info areas
    By valtx in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 Dec 2006, 07:23 PM
  5. removing category name from navbar/header
    By sonicparke in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Jul 2006, 11:01 PM

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