Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Aug 2009
    Location
    Limerick, Ireland
    Posts
    91
    Plugin Contributions
    0

    Default Re: Remove Category Heading/Image from Main page

    I had the same issue and I did the following;

    located "CategoryIcon" in my stylsheet and added " display: none; "

    My category heading was removed from the product page.

  2. #12
    Join Date
    Mar 2010
    Location
    Born in San Francisco. Live in the South
    Posts
    27
    Plugin Contributions
    0

    Default Re: Remove Category Heading/Image from Main page

    After reading this, I copied this code displayed and replaced the existing code of the includes/templates/tpl_index_categories.php

    It worked in removing the indexcategoryheading but also removed the products I had. I'm testing this site as I'm attempting to figure out how to build an online shopping store. Can you please explain how to modify the code without affecting products installed on the home page? I'm not sure where to input the &nb.. stuff for adding space by replacing the words. I didn't see any words on the aforementioned php page. Thanks so much.

  3. #13
    Join Date
    Mar 2010
    Location
    Born in San Francisco. Live in the South
    Posts
    27
    Plugin Contributions
    0

    Default Re: Category Icon modification for removing category heading.

    Quote Originally Posted by CompuWeb View Post
    I had the same issue and I did the following;

    located "CategoryIcon" in my stylsheet and added " display: none; "

    My category heading was removed from the product page.
    Does anybody know how to add the code into the css style sheet
    "CategoryIcon." It is about the 500th line. I see where it reads
    CategoryIcon, but how to you write the : display: none; code into it. Thanks!

  4. #14
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Category Icon modification for removing category heading.

    Quote Originally Posted by Verushka View Post
    Does anybody know how to add the code into the css style sheet
    "CategoryIcon." It is about the 500th line. I see where it reads
    CategoryIcon, but how to you write the : display: none; code into it. Thanks!
    #categoryIcon {
    display:none;
    }

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Category page questions, how do i remove the main cat image?
    By tcarden in forum Customization from the Admin
    Replies: 4
    Last Post: 12 Dec 2012, 04:20 AM
  2. remove category side box from main page
    By thunder2010 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 16 Mar 2011, 09:35 AM
  3. Remove / Hide category link from category image on home page
    By Sushigal in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 15 Mar 2010, 11:50 PM
  4. How to remove category links from main page?
    By GeorgeR in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Mar 2008, 05:30 AM
  5. Remove Category Links From Top of your main page
    By guitarslinger in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 25 Jun 2006, 11:52 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