Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Jan 2011
    Posts
    28
    Plugin Contributions
    0

    Default Background,colours,Logo image

    Hello.I already installed my new zen cart.Thanks for help,this forum is amazing.

    I made a custom template as the tutorial says.No i can find how i can do these things.

    1)Change the background colour
    2)Change the colour of boxes
    3)How i can put my image logo.


    Thanks in advance guys.

  2. #2
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: Background,colours,Logo image

    Logo image
    https://www.zen-cart.com/tutorials/i...hp?article=124

    Background color
    in templates/CUSTOM/css/stylesheet.css set your color
    body {
    background-color: #3B1010;
    }

    Sideboxes too are modified in stylesheet

  3. #3
    Join Date
    Jan 2011
    Posts
    28
    Plugin Contributions
    0

    Default Re: Background,colours,Logo image

    Thanks a lot for quick reply friend.

    And something else.The site now is very horizontal.How can it be smaller,not to fit in the edges?


    Thanks again.

  4. #4
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: Background,colours,Logo image

    Welcome.

    You need to give a link to the site for people to see what you mean.
    Anyway the width too is controlled in stylesheet: look for #mainWrapper

  5. #5
    Join Date
    Jan 2011
    Posts
    28
    Plugin Contributions
    0

    Default Re: Background,colours,Logo image


  6. #6
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: Background,colours,Logo image

    For the width try this in your stylesheet

    #mainWrapper {
    background-color: #ffffff;
    text-align: left;
    width: 900px;
    vertical-align: top;
    }

  7. #7
    Join Date
    Jan 2011
    Posts
    28
    Plugin Contributions
    0

    Default Re: Background,colours,Logo image

    Quote Originally Posted by keneso View Post
    For the width try this in your stylesheet

    #mainWrapper {
    background-color: #ffffff;
    text-align: left;
    width: 900px;
    vertical-align: top;
    }

    You are boss man...

  8. #8
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: Background,colours,Logo image

    You may take a look here:
    http://www.zen-cart.com/wiki/index.php/Administration
    where you can control some of your shop's look.

  9. #9
    Join Date
    Jan 2011
    Posts
    28
    Plugin Contributions
    0

    Default Re: Background,colours,Logo image

    And how i can everything black?I mean all the borders and backgrounds of banners and categories that i put inside the site?

  10. #10
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: Background,colours,Logo image

    Thru the stylesheet, just like your body tag, look for the id or class controlling the element you want to change.
    i.e.
    sideBoxContent, #bannerOne, #bannerTwo, #bannerThree etc.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Changing background colours from hex code to image tile
    By YZ250 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 25 Feb 2009, 04:52 PM
  2. logo background image
    By layoyo in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Nov 2008, 01:07 PM
  3. colours wrong and logo image not showing anymore since creating custom template..
    By highlander in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 21 May 2007, 06:53 PM
  4. Header (logo) Background tiled image
    By Kitty in forum General Questions
    Replies: 2
    Last Post: 20 Dec 2006, 11:54 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