Results 1 to 10 of 3041

Threaded View

  1. #6
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by Sunabac View Post
    I just downloaded this beautiful template and would like to know how to make the stripe design to go all the way down and under the "middle display" area??
    Hi There!

    Use the site-bg.gif attached to this message (overwrite the one found in includes/templates/apple_zen/images

    Then open up includes/templates/apple_zen/css/stylesheet.css and change:

    Code:
    body {
    	background:url(../images/site-bg.gif) 0 9em repeat-x; 
    	}
    To this:

    Code:
    body {
    	background:url(../images/site-bg.gif) 0 9em repeat; 
    	}
    Now after doing that, a teeny little bit of green stripe will show up just above the logo section, so you'll need to change this:

    Code:
    #headerWrapper {
    	width:100%;
    	text-align:center;
    	margin:0 auto;
    	}
    to this:

    Code:
    #headerWrapper {
            background:#ffffff;
    	width:100%;
    	text-align:center;
    	margin:0 auto;
    	}
    Attached Images Attached Images  

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 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