Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Layout / CSS questions

    I don't know if this will help with question 2, but... in your stylesheet look for

    Code:
    .leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    	margin: 0em;
    	background-color: #abbbd3;
    	background-image: url(../images/tile_back.gif);
    	padding: 0.5em 0.2em;
    	}
    You can split those up into

    Code:
    .leftBoxHeading {
    	margin: 0em;
    	background-color: #abbbd3;
    	color: #ffffff; (white)
    	background-image: url(../images/tile_back.gif);
    	padding: 0.5em 0.2em;
    	}
    
    .centerBoxHeading {
    	margin: 0em;
    	background-color: #abbbd3;
    	color: #ff0000; (red)
    	background-image: url(../images/tile_back.gif);
    	padding: 0.5em 0.2em;
    	}
    
    .rightBoxHeading {
    	margin: 0em;
    	background-color: #abbbd3;
    	color: #c0c0c0; (grey)
    	background-image: url(../images/tile_back.gif);	padding: 0.5em 0.2em;
    	}
    Change the lines in blue to whatever suits your site. Add the lines in red with the appropriate color codes.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  2. #2
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: Layout / CSS questions

    #1. admin>configuration>index listing -----first on on the list

    #2. Afo suggestion should work as long as you are going to use the same styles for all of the center boxes. They can be targeted tighter but see if her suggestions works for you

    #3. h3 #searchHeading .leftBoxHeading is what you want if its not in the stylesheet add it down in the sideboxes section
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  3. #3
    Join Date
    Feb 2007
    Posts
    52
    Plugin Contributions
    0

    Default Re: Layout / CSS questions

    All the sections helped - I had to add a new class to control the color of the Search - and then had to change the search.php file.

    I'm starting to get the hang of the overrides.

    Thanks,

    Michelle

  4. #4
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Layout / CSS questions

    You'll get there. The learning curve seems pretty steep, but once you get past that point, you'll wonder why you thought it was so hard.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  5. #5
    Join Date
    May 2006
    Location
    Japan
    Posts
    326
    Plugin Contributions
    1

    Default Re: Layout / CSS questions

    This tool in firefox should help a ton too! I love it
    https://addons.mozilla.org/firefox/2104/
    Skin Evolution.
    Lynda.com,its a great place to learn.
    Camelot Hosting,it's where my site calls home!

    E-Start your Zen-Cart,KH is the Man, Thanks for all the hard work!

 

 

Similar Threads

  1. layout changed after installed CSS Horizontal Drop Down Menu (CSS Flyout Header 1.5)
    By cmike in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Feb 2014, 04:02 PM
  2. Product page/attribute layout css/php questions
    By truechapin in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Jul 2009, 12:46 AM
  3. CSS questions........
    By Linux in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Oct 2006, 06:53 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