Removing White Background

  • Author
    Posts
  • #30989
    Michael

    Hi I’m new to using CSS so any help will be much appreciated. What’s the CSS used to remove the white background to make column images transparent? Here is the code I’ve been trying to use but it is not having the effect I want. The images are also saved as a png

    #front-columns {
    background-color: #00ffffff;
    }

    .column-image {
    background-color: #00ffffff;
    }

    .column-image img {
    background-color: #00ffffff;
    }

Viewing 1 post (of 1 total)

The topic ‘Removing White Background’ is closed to new replies.