Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #364115

    Hello,
    Im having issues with cf7. Some input fields are based on the theme settings of enfold, other fields are grey when I want to write something in it. How can I fix this problem and make the color for input the same?

    Thanks!

    #364481

    Hey SecretDiamonds!

    Thank you for using Enfold.

    You can use this on Quick CSS or custom.css:

    #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 {
    border-color: transparent;
    background-color: #e6dab1;
    color: #000000;
    }

    Cheers!
    Ismael

    #368945

    Thanks!! :-)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Cf7’ is closed to new replies.