Tagged: 

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

    I have created another website using the Enfold theme and am having problems with background colour for my contact form. This is the page where it appears.

    http://www.yourmarriagecelebrant.com.au/wp/contact/

    Although I have used the following code successfully on another website, this time adding the following to quick CSS didn’t work.

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

    Your help would be appreciated

    #250638

    Hi Ivana!

    Change the code to this:

    #top.page-id-44 .avia_ajax_form.avia-builder-el-3 {
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    }

    Best regards,
    Josue

    #252484

    You’re a star! Thank you Josue. That worked :)

    Your help is greatly appreciated
    Ivana

    #252485

    You are welcome Ivana, glad we could help :)

    Regards,
    
Josue

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