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

    Hello,

    When I use forms I need to know what CSS I need to use to make the font Black.

    My themes font is WHITE so when people fill in a form it is white on white.

    I am using Gravity forms for this particular form but I am sure the same problem exists with any form with a white background

    Many forms allow for a change in the CSS to override a themes layout.

    What would you recommend for this webiste

    site pasted into the Private content box.

    Thanks

    #715043

    Hi RebeccaMontana!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #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 {
        color: black !important;
    }

    Best regards,
    Yigit

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