Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #494853

    Hello.

    I have tried to make my footer semi transparent by using this code.
    #footer {
    background-color: rgba(255,255,255,0.9);
    }

    I also tried to make the white space smaller by adding

    #footer {
    background-color: rgba(255,255,255,0.9);
    padding: 0px 0px 0;
    }

    But nothing seems to happen. What am I missing?

    #495002

    Hi snitt!

    Your footer does not have anything beneath it so even if you make it transparent it’s not going to change how it looks. If your trying to get it to display on top of the color section background your using then it would be better to set your body background to the image instead of using a color section.

    Regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.