• I am unable to change my backgorund theme, I have edited CSS style and still no luck. Please see below;

    body {
    margin:0 auto;
    padding:0px 0px 0px 0px;
    background:#transparent url(images /test.png) ;
    font-family:verdana,Arial, Tahoma,Century gothic, sans-serif;
    font-size:12px;
    }

    I prefer if someone could help me how to change background image.
    I prefer white background rather than the current one.

    And also grey background visible in the transparent images.
    Please click the link below:

    http://mitechnologysolution.com/?page_id=12

    Many Thanks,
    Mathan

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Mathan82

    (@mathan82)

    I found the answer for the first question…How do I change the grey background?

    Follow these steps

    instead of <body>, use <body bgcolor=”#000000″> (replace the hex with what you want).

    Or, with CSS, you can use this:

    body {
    background: #000000;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Womack Theme – Change Background’ is closed to new replies.