Can someone assist me with making a section on color background transparent using CSS? Below is an example of the background I'm trying to achieve:
I haven't attempted anything yet because I am unsure how to do it. If I place it as a div within a div and type the following in the CSS:
.Xclass{ background: transparent; }
It still displays a white background. Can anyone provide guidance on how to achieve this?