Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2006
    Posts
    3
    Plugin Contributions
    0

    Default Can't find CSS definitions

    Looking to begin customization of the look & feel of this store and I'm already in trouble. I see there is a tag in the BODY element of the main page that I want to access:

    <body id="indexBody">


    ...but I can't find the definition in any of the 3 CSS docs that are being referred to in the header. How can I customize this element?

    For the record the CSS docs are:

    stylesheet_new.css
    stylesheet_original.css
    print_stylesheet.css


    This is my third e-commerce module customization... I should have known from experience that this wasn't going to be easy.

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

    Default Re: Can't find CSS definitions

    Not every ID or class needs to be used. If it is not being used then it is not defined.

  3. #3
    Join Date
    Jul 2006
    Posts
    3
    Plugin Contributions
    0

    Default Re: Can't find CSS definitions

    Not sure if I explained it correctly... The body of the home page my freshly-installed store is a light blue. The html code references a BODY ID tag of "indexBody". If it is trying to call up a CSS description by that name and not finding it, why is the body bg the blue color? I can't see in the code what other tag might be styling the background.

    Or more simply... I'm using the "classic" template and want to change the background color/image. Where do I go to do this?

  4. #4
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Can't find CSS definitions

    I'm using the "classic" template and want to change the background color/image
    Try stylesheet_original..i.e.

    BODY {
    background-color: #e5edf5;
    color: #000000;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    font: 11px Verdana, Arial, sans-serif;
    }
    Suggest you switch to template that suitable for zencart 1.3* i.e. future zen from
    downloads section(link at top of this page)
    Otherwise you will have future problems using 2 stylesheets

  5. #5
    Join Date
    Jul 2006
    Posts
    3
    Plugin Contributions
    0

    Default Re: Can't find CSS definitions

    OK that works, I can use the other sylesheet no problem. Thanks Misty

 

 

Similar Threads

  1. Can't find this in my CSS sheet...
    By Brian Flanagan in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Feb 2008, 12:41 PM
  2. Can't find css elements to change color
    By isaacr25 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 28 Dec 2007, 07:28 PM
  3. Can't find ID or class in css
    By ducksigns in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Oct 2007, 03:39 PM
  4. Can't find this in css
    By Jodz in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 May 2007, 10:39 AM
  5. Can't find this in css
    By Jodz in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 Nov 2006, 06:01 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