Hello, I would like to make the boxes of my contact form semi transparent.
Hey mcraig77!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
background-color: rgba(0,0,0,0.5); }
0,0,0 is RGB value of the color and 0.5 is opacity level which you can set between 0-1
Cheers!
Yigit