Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 2005
    Posts
    211
    Plugin Contributions
    0

    Default Background color at and below Copyright

    I am in process of making a new store with 1.3.5. I was able to edit the footer color in 1.27d. But I can't seem to wrap my mind around this CSS yet. I do have web developer on Firefox and have done many trials. I thought I had a choice in CSS on 1.27, but this is differant.

    I put a BBB logo and my own small logo in-

    /public_html/newshop/includes/languages/my_template/english.php

    Line #15 : define('FOOTER_TEXT_BODY', 'Copyright &copy....

    and this was a success, but it pulled down the background color for the main shop behind it.

    I would like to have the colors on sides same as on footer or bottom behind the logos and copyright.

    This is what I have now for testing side backgound-
    Code:
    body {
    	margin: 0;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 62.5%;
    	color: #000000;
    	background-color: #6495ED;
    	}
    and testing for the store background-
    Code:
    #mainWrapper {
    	background-color: #FFE4C4;
    	text-align: left;
    	width: 750px;
    	vertical-align: top;
    	border: 1px solid #9a9a9a;
    	}
    How may I adjust the footer color to be defined?
    I assume this would or should be only a stylesheet.css change.
    Last edited by Justwade; 22 Oct 2006 at 04:27 AM.
    Justwade
    Zen 1.5.5f
    Zen 1.3.9h, Zen 1.27 + (did that, done with that)

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Background color at and below Copyright

    A url assists greatly
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Oct 2005
    Posts
    211
    Plugin Contributions
    0

    Default Re: Background color at and below Copyright

    Sorry, I am not able to url just yet.

    I assumed my discription would be general same for everyone.

    That is, the color at or below copyright being its own color and not same as store color. The only change is my placing of logos below the copyright in /languages/my_template/english.php.

    Thanks,
    Justwade
    Zen 1.5.5f
    Zen 1.3.9h, Zen 1.27 + (did that, done with that)

  4. #4
    Join Date
    Oct 2005
    Posts
    211
    Plugin Contributions
    0

    Default Re: Background color at and below Copyright

    I might add, that I am using the 1.3.5 classic as my base to work from. And I recently started this little change up.

    I just noticed this forum also has a footer color matching the sides. But the CSS is so much differant than classic. And it appears ( I know little of this) that images are called upon.(?) Maybe the images is for the shadows, something else that I would like to do when I learn more.
    Justwade
    Zen 1.5.5f
    Zen 1.3.9h, Zen 1.27 + (did that, done with that)

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Background color at and below Copyright

    Looking at this forum's code is not applicable to ZenCart as this forum is based on vBulletin.

    Look to this sites home page, as it is ZenCart
    Zen-Venom Get Bitten

  6. #6
    Join Date
    Oct 2005
    Posts
    211
    Plugin Contributions
    0

    Default Re: Background color at and below Copyright

    Yes, I realized after my post that I should have referred to the home page knowing it is Zen Cart.

    I am in the process of tearing it apart and seeing what makes it tick. For my inexperanced eyes, it appears that images are called upon to do this footer color. (?)

    I am thinking this is the area I should be building on;

    Zen Cart home-

    Code:
    .sideRightDefault { background-image: url(../images/right-border-default.gif); }
    .bottomFrameDefault { background-image: url(../images/bottom-border-default.gif); }
    .bottomFrameDefault {
    	margin: 0;
    	padding: 0;
    	background-repeat: repeat-x;
    	height: 9px;
    	}
    .bottomLeftDefault { background-image: url(../images/bottom-left-default.gif); }
    .bottomLeftDefault {
    	margin: 0;
    	padding: 0;
    	background-repeat: no-repeat;
    	background-position: top left;
    	font-size: 0px;
    	width: 9px;
    	height: 9px;
    	}
    .bottomRightDefault { background-image: url(../images/bottom-right-default.gif); }
    .bottomRightDefault {
    	margin: 0;
    	padding: 0;
    	background-repeat: no-repeat;
    	font-size: 0px;
    	width: 9px;
    	float: right;
    	height: 9px;
    	}
    I just got the hang of the old version so this is all new to me.

    Thank you for your reply,
    Justwade
    Zen 1.5.5f
    Zen 1.3.9h, Zen 1.27 + (did that, done with that)

  7. #7
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Background color at and below Copyright

    I think that what you are after, without being able to see it, is #siteinfoLegal and #siteinfoIP in the CSS. These may be present or you might have to add them and define a background color kinda like this
    Code:
    #siteinfoLegal {
         background-color: #??????;
         }
    Zen-Venom Get Bitten

  8. #8
    Join Date
    Oct 2005
    Posts
    211
    Plugin Contributions
    0

    Default Re: Background color at and below Copyright

    Code:
    #siteinfoLegal {
         background-color: #??????;
         }
    That was it!, Thank you, I was looking for something not in CSS. With your very kind help + I added a little padding and removed the mainWrapper border add a dash of learning new stuff and it works.

    Thanks again,
    Justwade
    Zen 1.5.5f
    Zen 1.3.9h, Zen 1.27 + (did that, done with that)

 

 

Similar Threads

  1. v150 Can I change the category and new product list font and background color?
    By soso838 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Jun 2012, 06:55 PM
  2. Color below and above sideboxes - Custom Template
    By AirsoftOutfitter in forum Basic Configuration
    Replies: 7
    Last Post: 8 Aug 2010, 01:13 PM
  3. links color and background help// iframe?
    By karetran in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 4 Feb 2010, 09:46 AM
  4. Change the background color of the Copyright...
    By CindyM22 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 20 Jul 2009, 09:50 PM
  5. background color below main header
    By rkayw in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Jun 2008, 02:44 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR