Results 1 to 3 of 3
  1. #1
    Join Date
    May 2008
    Location
    san francsico
    Posts
    134
    Plugin Contributions
    0

    Default Any idea how to change the color of the New Products for July box?

    Any idea how to change the color of the New Products for July box?

    http://www.cavalryfibreglass.com/store/

    here is my dilemma..towards the bottom of the page...there is a 'New Products for July' box...
    How do I change the color of this ?......

    Question 2 - on http://www.cavalryfibreglass.com/sto...&products_id=1

    how do I change the height of the bounding box around the product images?

    thanks!!!

  2. #2
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Any idea how to change the color of the New Products for July box?

    I am guessing that you just want to change the title bit of it. In the stylesheet look for the section that reads:

    Code:
    #cartSubTotal, h2.centerBoxHeading, .rowOdd {
    	background:#e8e9e9; /* background color for the New Product, Featured Products and Specials heading, odd listings, and for the subtotal section in the cart, light grey default */
    }
    And change it to:

    Code:
    #cartSubTotal, .rowOdd {
    	background:#e8e9e9; /* background color for the New Product, Featured Products and Specials heading, odd listings, and for the subtotal section in the cart, light grey default */
    }
    h2.centerBoxHeading{background-color:red;}
    Obviously not red though! The choice of color is yours.

  3. #3
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Any idea how to change the color of the New Products for July box?

    Question 2:

    The div that you want to style is #image_medium_container. That is not part of the default Zen Cart. I do not know which stylesheet it comes from out of the several your page uses.

    If you put at the bottom of the main stylesheet:
    Code:
    #image_medium_container{height:150px}
    That will reduce the height of the div to 150px. But will all your images fit in this. How does the image add-ons you have work?

    Somewhere in the various stylesheets you may find a rule for #image_medium-container and it would be better to edit that than add an extra rule.

 

 

Similar Threads

  1. How do I change the color on the checkout box on......
    By lrfowler in forum General Questions
    Replies: 2
    Last Post: 7 Jan 2013, 06:51 AM
  2. How do you remove/turn-off the 'New Products For XXX' box on the Cat. Page
    By autodefrost in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Jan 2011, 12:42 PM
  3. Replies: 4
    Last Post: 12 Mar 2010, 09:56 PM
  4. How to change the Color of the side box title bar?
    By res in forum General Questions
    Replies: 3
    Last Post: 9 Jul 2008, 08:30 PM
  5. Changing the text "New Products for July"?
    By freefire in forum General Questions
    Replies: 2
    Last Post: 3 Jul 2008, 02:18 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