Hey guys, is there an easy way to have the color of a section semitransparent?
http://i.imgur.com/k0JxptG.png
I tried entering rgba value but didn’t work.. would be nice to have that..
Thanks!
Hey Ignazio!
You can give an ID to your color section and add following code to Quick CSS in Enfold theme options under Styling tab
#your-id { background-color: rgba(0,0,0,0.5); }
Cheers!
Yigit
Hi Yigit,
i tried the same but with no effect. I gave th id “12” and used this code:
#12-id { background-color: rgba(0,0,0,0.5); }
is that the the right one?
Regards Simon
Hey!
Please change color section ID to “twelve”(without quotes) and update css code to following one
#twelve { background-color: rgba(0,0,0,0.5); }
Best regards,
Yigit
That made the background grey…
Hi!
That is because main background is not transparent. Following code should do it
#main { background-color: transparent; }
Regards,
Yigit
Perfekt! Thats it!
Great Support as always!
Regards,
Simon