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

    Hi,

    Can anyone send me css code to change the layout of my contact form page please?

    http://bizzappsconsult.com/wordpress/?page_id=953

    i like to change background and buttons…

    Thanks

    #164820

    Hey bizzappsconsult!

    Please add following code to Quick CSS in Enfold theme options and adjust as desired

    #top .alternate_color input[type='text'] { border-color: #555555; background-color: #333333; color: #ABAAAB; }
     .alternate_color input[type='submit'] { background-color: #f7f7f7; color: #575557; border-color: #f7f7f7; }
    .alternate_color input[type='submit']:hover { background-color: #676975; color: #575557; border-color: #676975; }

    Cheers!
    Yigit

    #170939

    Yigit – how would I move the button to the right if I have two fields at 50%? So the button is in-line?

    #171192

    Hello!

    You can add following code to Quick CSS in Enfold theme options

    .ajax_form .button { float: right; }

    It will move button to right side of your form

    Best regards,
    Yigit

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