How can I make my accordion's background transparent | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can I make my accordion's background transparent

I'm working in Foundation5

5th Dec 2018, 1:00 PM
Hesam
Hesam - avatar
2 Answers
+ 2
background :transparent ; or background: rgb(0, 0, 0, 0.5);
5th Dec 2018, 5:03 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 1
background-color: transparent;
5th Dec 2018, 5:07 PM
Robin Glory
Robin Glory - avatar