Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2008
    Location
    QLD - Aussie
    Posts
    192
    Plugin Contributions
    0

    Default Customising colour behind the template

    Hi all
    Could someone please explain how I would change the colour of the area beyond the very edges of a template? (eg the "grey" area on this particular page)

    Also, would it be hard to add a repeated watermark type of graphic to this area as well?

    (I've searched tutorials, etc & couldn't find anything, so sorry if it is a common question )

    Thank you

    Green333

  2. #2
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Customising colour behind the template

    Quote Originally Posted by Green333 View Post
    Hi all
    Could someone please explain how I would change the colour of the area beyond the very edges of a template? (eg the "grey" area on this particular page)

    Also, would it be hard to add a repeated watermark type of graphic to this area as well?

    Green333
    Find this in your stylesheet:

    body {
    margin: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 75%;
    color: #FFFFFF;
    background-color: #000000;
    }
    Change the code in red to whatever color you want.

    To add a background image add this to your sytlesheet
    background-color: #000000;
    background-image: url(../images/IMAGE NAME);
    background-image repeat: repeat-yes;
    change the color code to your color and the IMAGE NAME
    to your actual image.

    upload the image to your /images folder too.

    I hope this helps you!

    Tina

  3. #3
    Join Date
    Mar 2008
    Location
    QLD - Aussie
    Posts
    192
    Plugin Contributions
    0

    Default Re: Customising colour behind the template

    Wow, thank you so much for the speedy reply & easy to understand instructions! I will give it a go. You are wonderful, Tina

    much gratitude
    Green333

 

 

Similar Threads

  1. v151 Customising the main page template
    By BoydBreen in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 15 May 2013, 12:51 AM
  2. Insert colour behind enlarged pop-out thumbnail?
    By flashmacseb in forum Basic Configuration
    Replies: 1
    Last Post: 24 Feb 2010, 12:33 AM
  3. How do I change the bg colour behind the tagline?
    By hauruapai in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 10 Sep 2007, 02:01 PM
  4. Problem 4 - Colour gradient behind column individual boxes
    By raquelann in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 22 Jul 2007, 02:54 PM

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