Achieve background opacity in section or wrap
Hi there,
I'm looking to achieve a semi-transparent look for a section on my home page at http://rawrdesignstestsite1.com/
Right now I have a section that I've divided into 2 wraps, and I'm looking for the bottom wrap to have a black but semi transparent background without affecting the text. I tried to put
background: #000 !important;
opacity: 0.8 !important;
in the custom CSS area of the bottom wrap but it didn't work. I attached a picture so you can see what I'm trying to achieve. Any help with this would be greatly appreciated! Happy new year.
Comments
you did it completely wrong. You put custom css in the section reserved for css class names. So what you supposed to do is put custom class name into this field and then under Theme options > Custom CSS & JS > Custom CSS section write css in accordance to this class name.