I applied an opacity effect to the white background of each post with the following CSS:
.post{
background: white;
opacity: 0.75;
border-radius: 0px 0px 6px 0px;
}
However, this opacity effect is also affecting the images in each post, which is not what I intended. How can I resolve this issue?
You can view the site at: