Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #777550

    I’ve installed gravity form to create the contact form on this page: http://infraredthermalimagingservices.com/contact-us/ the field background are black and I can’t seem to figure out how to get them white.

    I tried adding a class .colored-form as suggested https://kriesi.at/support/topic/how-to-change-the-background-color-of-the-contact-form-enfold/ and added the following CSS with no success

    #top .colored-form fieldset {
    background-color: #efefef;
    padding: 20px;
    }

    Any suggestion you have would be appreciated.

    #778016

    Hey speacock,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #778049

    Sure, here you go.

    Thanks!

    When I inspect the css on the front end I can change this

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

    If I change background color to #ffffff it looks good, but when I add the css code in the admin area it isn’t applied event if I add !important.

    #778386

    Hi,

    It looks like you haven’t closed the statement properly, please try this instead:

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

    Best regards,
    Rikard

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