Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Jun 2006
    Location
    N E Ontario
    Posts
    8
    Plugin Contributions
    0

    Default How change the background colour?

    How do I change the background colour - I am refering to the light blue/grey right, left and bottom 'border' colour?

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    21,090
    Plugin Contributions
    25

    Default Re: How change the background colour?

    Colors, fonts and many other layout details are controlled in /includes/templates/your_template/css/stylesheet.css.

    Find the "#body {" section and change "background-color: #xxxxxx;" to whatever you want.

  3. #3
    Join Date
    Jun 2006
    Location
    N E Ontario
    Posts
    8
    Plugin Contributions
    0

    Re: How change the background colour?

    Still can't find the bgcolor for the left & right 'margins' and the bottom. Probably should have my eyes checked. Or the organ that processes the input from them:)

  4. #4
    Join Date
    Aug 2005
    Posts
    26,245
    Plugin Contributions
    9

    Default Re: How change the background colour?

    Did you alter this code?? (highlighted in red) as this controls that setting as posted.

    Code:
    body {
    	margin: 0;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 62.5%;
    	color: #F5F5D6;
    	background-color: #e5edf5;
    	}
    POST YOUR URL IF YOU ARE STILL HAVING TROUBLE
    Zen-Venom Get Bitten
    Get Your Business Found

  5. #5
    Join Date
    May 2005
    Posts
    98
    Plugin Contributions
    0

    Default Re: How change the background colour?

    How do you know which style you are using? I'm using whatever is used if you don't have a custom template. Is it template_default or classic? the shop is at:

    http://www.portlandwinegear.com/shop

    Also how do you delete on line from the Information module in the lower left corner. Can you just take out say the discount coupons or the unsubscribe to newsletter?

  6. #6
    Join Date
    Aug 2005
    Posts
    26,245
    Plugin Contributions
    9

    Default Re: How change the background colour?

    How do you know which style you are using? I'm using whatever is used if you don't have a custom template. Is it template_default or classic?
    In Your admin > tools > template selection what you are using as a template is listed. You are using the classic.
    Also how do you delete on line from the Information module in the lower left corner. Can you just take out say the discount coupons or the unsubscribe to newsletter?
    Also in your admin > configuration > define page status > the discount coupon and others are there>

    newsletter requires that you try editing your /includes/languages/english.php file and find the code at about line#138-140
    Code:
    define('BOX_INFORMATION_UNSUBSCRIBE', 'Newsletter Unsubscribe');
    and edit to read(leaving the single quotes)
    Code:
    define('BOX_INFORMATION_UNSUBSCRIBE', '');
    save it and upload to your override folder that you need to create after you have setup one in your includes/templates/your_ folder

    Creating your own template & folder based upon the template default file set is something that you should do over using the classic.(serarch here for reasons why). If you like the classic look there are templates for 1.3.x in the download section that look as the classic does or the future_zen template for a different look.
    Zen-Venom Get Bitten
    Get Your Business Found

  7. #7
    Join Date
    May 2005
    Posts
    98
    Plugin Contributions
    0

    Default Re: How change the background colour?

    Thank you.

    "save it and upload to your override folder that you need to create after you have setup one in your includes/templates/your_ folder"

    How do I upload to override folder? Where is it?

  8. #8
    Join Date
    May 2005
    Posts
    98
    Plugin Contributions
    0

    Default Re: How change the background colour?

    Also Where do you delete the lines for:

    Gift Certificates and Discount Coupons? How come they are not next to the newsletter line of code?

    Thanks

  9. #9
    Join Date
    Aug 2005
    Posts
    26,245
    Plugin Contributions
    9

    Default Re: How change the background colour?

    Quoting You:
    Also Where do you delete the lines for:

    Gift Certificates and Discount Coupons? How come they are not next to the newsletter line of code?
    Quoting Myself:I just know where they are, not why
    Also in your admin > configuration > define page status > the discount coupon and others are there
    Quoting You:Answer in RED
    "save it and upload to your override folder that you need to create after you have setup one in your includes/templates/your_ folder"

    How do I upload to override folder? Where is it?
    Zen-Venom Get Bitten
    Get Your Business Found

  10. #10
    Join Date
    May 2005
    Posts
    98
    Plugin Contributions
    0

    Default Re: How change the background colour?

    Thanks, I did turn off the define discount coupon, but it still shows up. What can I do to delete it from the list?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 37
    Last Post: 7 Jul 2008, 07:17 PM

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
  •