Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #243118

    I have tried adding the following code into my CSS to make the form background white/opaque, but it does not seem to work. I used the code successfully on another website, but for some reason this time it does not seem to come up.

    This is the page where I would like it to be:

    http://www.artofpoolcare.com.au/wordpress/pool-cleaning/

    I have tried three versions of the code. Ideally I would like this to be a setting for all the pages, not just one page.

    —Version A—-
    #top.page-id-16 .ajax_form.avia-builder-el-0 {
    background: rgba (255, 255, 255, 0.9);
    padding: 10px;
    }

    —Version B—
    #top.page-id-16 .ajax_form.avia-builder-el-4 {
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    }

    —Version C—
    .ajax_form.avia-builder-el-4 {
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    }

    Your help would be greatly appreciated.

    Thank you
    Ivana

    #243130

    #top .main_color input[type=’text’]

    use inspect element and complete my hint

    #243134

    Thanks for your message Aribann, but I do not understand your instructions.

    #244005

    Hi Aribann!

    I’m seeing your form opaque/transparent on my end:

    Cheers!
    Josue

    #244071

    Thanks for letting me know Josue, I paid a developer to fix it, as I wasn’t sure whether I would get an answer here.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Contact Form Background’ is closed to new replies.