Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Removing white background?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #169003
    Everton
    Participant

    Hello

    I originally used the white background here:

    Background, but I am now changing font colours, etc, and need that white removed while leaving the (faint) text and input field intact.

    The background should just be the same as the rest of the page (it uses a transparent black ‘background.png’ file).

    The CSS (style3.css) that, I think, governs the white background is this:

    #contact-area {
      width: 400px;
      margin-top: 25px;
      margin-left:auto;
      margin-right:auto;
    }
    
    #contact-area input {
      padding: 5px;
      width: 350px;
      font-family: Helvetica, sans-serif;
      font-size: 1.4em;
      margin: 0px 0px 10px 0px;
      border: 1px solid #E2EFF8;
    
    .image {
    width: 125px;
    height: 55px;
    float: right;
        
    margin-bottom: 25px;
    }

    Any help would be appreciated.

    Everton

    #169007
    Everton
    Participant

    Looks like I have been staring at the wrong CSS attributes! Thank you for pointing that out. It looks just fine now!

    Cheers!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.