Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #305070

    Hello, I would like to make the boxes of my contact form semi transparent.

    http://ocluxurylimos.com/home/

    #305072

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.