Unable to remove white background behind form

Discussion in 'HTML & Website Design' started by David-D, Dec 30, 2006.

  1. #1
    David-D, Dec 30, 2006 IP
  2. Pat Gael

    Pat Gael Banned

    Messages:
    1,331
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Looks like a stylesheet problem.

    take a look at pommo/themes/default/subscribe/subscribe_form.css and find this line:

    
    BACKGROUND-COLOR: white; 
    
    Code (markup):
    change it for this

    
    BACKGROUND-COLOR: transparent; 
    
    Code (markup):
    and you are done ;)
     
    Pat Gael, Dec 30, 2006 IP
  3. David-D

    David-D Peon

    Messages:
    122
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Haha, of course.
    Your awesome man, that solved my problems - cheers
     
    David-D, Dec 30, 2006 IP
  4. Pat Gael

    Pat Gael Banned

    Messages:
    1,331
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    0
    #4
    No problem ;)

    You are developing a nice looking website.
     
    Pat Gael, Dec 30, 2006 IP