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

    View post on imgur.com

    can you help me to set the fontcolor inside the newsletter fields to black. at the moment the font is set to white so it is not possible to see wat you write.

    thanks, alex

    #1134851

    Hey diefleischerei,

    Thank you for using Enfold.

    You can use this css code to adjust the font color of the input fields.

    #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: #f8f8f8;
        background-color: #ffffff;
        color: #000000;
    }
    

    Or try to reconfigure the styles in the General Styling > Main Content panel.

    Best regards,
    Ismael

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