Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2006
    Posts
    136
    Plugin Contributions
    0

    Default Some BIG problem

    hello friends

    i am very new to zen cart

    i need following changes in my website

    i attach image
    link for image:

    http://netclues.net/demo1/caytech/images/cayhelp1.jpg

    problems:
    1: put main website background
    2: put border aroung category box on left side
    3: put border around search box on right side
    4: put border aoung new products on main website
    5: remove space between header and main page


    watining for anyone reply
    website link:
    http://netclues.net/demo1/caytech/index.php


    vishal DOT comp AT yahoo DOT com

  2. #2
    Join Date
    Oct 2006
    Posts
    12
    Plugin Contributions
    0

    Default Re: Some BIG problem

    Edit /demo1/caytech/includes/templates/NE_TEMPLATES/css/stylesheet.css

    Background

    Code:
    body {
    	margin: 0;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 62.5%;
    	color: #000000;
    	background-color: #ffffff;
    	}
    Change background-color to the hex code of your choice. Google "hex code" for color lists.

    Border around catigory box

    You can change this by replacing the following:

    Code:
    #navColumnOne {
    	background-color: #ffffff;
    	}
    with:

    HTML Code:
    #navColumnOne {
    	background-color: #ffffff;
            border: 1px solid #000;
    	}
    Change the hex code "#000" if you want a different color, the "1px" if you want a different width, and "solid" if you want a different style like "dashed".

    Likewise with the other sections for borders, just cright click on the page and click view source, then search for the section that needs the border using text on the page, and then add the line in as done above.

 

 

Similar Threads

  1. Need some big picture advice for new store
    By rughooker in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 29 May 2009, 12:39 PM
  2. Could use some help big time
    By swelter83 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 24 Mar 2008, 09:33 PM
  3. Major Email Problem: some send, some don't
    By DarinLand in forum General Questions
    Replies: 26
    Last Post: 20 Dec 2007, 11:56 PM
  4. Big Time Error Some Place
    By traders in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Nov 2007, 02:48 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