Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2009
    Posts
    53
    Plugin Contributions
    0

    Default Product Box Heading to Center Box Heading

    I am having trouble with some CSS.

    I want the productlistheading shown here: http://greenleafexhibits.com/index.p...=index&cPath=1


    to be the same as the centerboxheading shown here:
    http://greenleafexhibits.com/index.p...=shopping_cart


    Basically making the categories display in the black styled boxes.

    Looks like the h1 needs to become h2, but I'm not sure.

    Any thoughts? Easy solution?

  2. #2
    Join Date
    Apr 2009
    Posts
    53
    Plugin Contributions
    0

    Default Re: Product Box Heading to Center Box Heading

    I think I'm close.... Looking at stylesheet_main.css I found:

    /* HEADINGS */

    h2.centerBoxHeading { font-size:12px; line-height:15px; color:#353535; text-transform:uppercase; font-weight:bold;}

    .inside-box-title h2.centerBoxHeading { font-size:11px; line-height:15px; color:#FFFFFF; text-transform:uppercase; font-weight:bold;}


    #indexCategoriesHeading, #productListHeading {padding:17px 0 9px 15px; font-size:12px; line-height:15px; color:#353535; text-transform:uppercase; font-weight:bold;}

    #newProductsDefaultHeading, #allProductsDefaultHeading, #featuredDefaultHeading, #specialsListingHeading, #reviewsDefaultHeading {padding:17px 0 9px 15px; font-size:12px; line-height:15px; color:#353535; text-transform:uppercase; font-weight:bold;}

    /* -------- */

    I THINK I need to put the #productListHeading with the h2.centerBoxHeading somehow. Anyone know how?

  3. #3
    Join Date
    Apr 2009
    Posts
    16
    Plugin Contributions
    0

    Default Re: Product Box Heading to Center Box Heading


  4. #4
    Join Date
    Apr 2009
    Posts
    53
    Plugin Contributions
    0

    Default Re: Product Box Heading to Center Box Heading

    That doesn't really help me.... MAC user...

  5. #5
    Join Date
    Apr 2009
    Posts
    53
    Plugin Contributions
    0

    Default Re: Product Box Heading to Center Box Heading

    Who needs ya. I got it! J/K.... Love ya!

    It was all in tpl_index_product_list.php!

    Original:

    <div class="centerColumn" id="indexProductList">

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



    After:

    <div class="centerBoxWrapper" id="indexProductList">
    <div class="side-left-box-title">
    <div class="side-right-box-title">
    <div class="side-top-box-title">
    <div class="side-bot-box-title">
    <div class="left-top-box-title">
    <div class="right-top-box-title">
    <div class="left-bot-box-title">
    <div class="right-bot-box-title">
    <div class="inside-box-title">

    <h2 class="centerBoxHeading"><?php echo $breadcrumb->last(); ?></h2>

    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>

  6. #6
    Join Date
    Sep 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: Product Box Heading to Center Box Heading

    I just registered to say thanks.

 

 

Similar Threads

  1. center box heading
    By gabenn2 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Jun 2007, 05:24 AM
  2. Change color of center box heading
    By digidiva-kathy in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Apr 2007, 06:43 AM
  3. Center Box Sub heading margin
    By kathsta in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 17 Nov 2006, 01:30 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR