Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2006
    Posts
    4
    Plugin Contributions
    0

    Category Name in Center of Page Edit

    Hi This is my first post and I am a novice at code. Thanks for your patience....

    How do I delete or edit out the center title (which I believe is the name of the category) “HotSees” as well as the white space below and above? I want to keep the copy (Stylish,Trendy etc.etc.) but I want to remove “HotSees” and reduce the space this takes up so my products show higher on the page
    http://boomereyeware.com/store/index...=index&cPath=7

    Thank you,
    Steve

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Category Name in Center of Page Edit

    In your custom templates/tpl_index_product_list.php find and remove:

    HTML Code:
    <h1 id="productListHeading"><?php echo $breadcrumb->last(); ?></h1>

  3. #3
    Join Date
    Aug 2006
    Location
    Big D
    Posts
    36
    Plugin Contributions
    0

    Default Re: Category Name in Center of Page Edit

    Perfect timing on this Q/A. I was looking for the very thing this evening...
    Just an added note. If you also wish to remove the Category header (as I did) from the category pages...

    In your custom templates/tpl_index_categories.php find:

    Code:
    <?php if (DEFINE_MAIN_PAGE_STATUS >= 1 and DEFINE_MAIN_PAGE_STATUS <= 2) { ?>
    <div id="indexCategoriesMainContent" class="content"><?php
    /**
     * require the html_define for the index/categories page
     */
      include($define_page);
    ?></div>
    <?php } ?>
    
    <?php } else { ?>
    <h1 id="indexCategoriesHeading"><?php echo $breadcrumb->last(); ?></h1>
    -->
    <?php } ?>
    I'm an admitted noob, but applied Kim-san's method and rem'd the following line from the snippet above:
    Code:
    <!--
    <h1 id="indexCategoriesHeading"><?php echo $breadcrumb->last(); ?></h1>
    -->
    Cheers,

 

 

Similar Threads

  1. How do i center price/name/addtocart buttons on listing page?
    By sis1004 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Oct 2011, 11:46 AM
  2. Linking the Category Name to Featured Products Center Box
    By newbie456 in forum General Questions
    Replies: 1
    Last Post: 1 Sep 2011, 07:53 AM
  3. Is there any way to edit a category name?
    By meowhead in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 29 Dec 2008, 07:31 PM
  4. How do i edit my category name
    By lizar5- in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 2 Sep 2007, 05:26 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