Results 1 to 2 of 2

Thread: How do I change my background color I'm using vshare 2.7

  1. #1
    Join Date
    Jan 2009
    Location
    United States of America
    Posts
    45

    Default How do I change my background color I'm using vshare 2.7

    Please help how do I change background color to Black i'm using vshare 2.7

  2. #2

    Default

    Edit style.css and findout following

    HTML Code:
    body {
        background-attachment: fixed;
        background-image: url("../images/main_bg.jpg");
        background-position: center top;
        font-size: 12px;
        margin: 0;
        padding: 0;
    }

    Replace with

    HTML Code:
    body {
        background-color: #000000;
        font-size: 12px;
        margin: 0;
        padding: 0;
    }

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
  •