Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #530455

    Hi,

    Here is my website http://suolocksmithmarkham.com/emergency-locksmith-services/

    I want to change the BLACK background to WHITE color with black border of Contact Form in side bar.

    The contact form I used is plug-in: Contact Form 7. I use Contact form 7 instead the one come with enfold, because Enfold one can’t upload files.

    Please help.

    Thanks

    #530627

    Hi peiiep,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .sidebar input[type='text'] {
        background-color: white !important;
        color: black !important;
    }

    Regards,
    Rikard

    #531174

    Thanks Rikard.

    That code change the first 2 row, and then I copy and change to [type=’email’], it changes the “email” bar too. But it didn’t work on the “message”. Here is how it looks like now http://suolocksmithmarkham.com/commercial-locksmith/

    Here are my coding:

    .sidebar input[type=’text’] {
    background-color: white !important;
    color: black !important;
    }

    .sidebar input[type=’email’] {
    background-color: white !important;
    color: black !important;
    }

    .sidebar input[type=’textarea’] {
    background-color: white !important;
    color: black !important;
    }

    please help

    #531750

    Hi,

    Not sure what’s going on but this is what I get on my end, is it supposed to be there or in the sidebar? http://imgur.com/qHZDXqF

    Best regards,
    Rikard

    #532999

    That’s so weird.

    Here is how it looks like on mine computer. I tried different browser and different computers and cellphone, they all look like this:

    Is there any other code I can try? Because I also have this contact form on my contact page: http://suolocksmithmarkham.com/contact-2/

    I want it be same white background.

    Thanks

    #534807

    Hi!

    I get this result:

    View post on imgur.com

    which looks totally fine to me. Please clear browser cache and hard refresh a few times.

    Best regards,
    Andy

    #535123

    I figured out.

    Thanks for your time

    #535281

    Hi,

    Glad you got it fixed :-)

    Regards,
    Rikard

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