Tagged: x
-
AuthorPosts
-
October 21, 2016 at 9:43 am #1225485
Hi,
I am using Contact Form 7 on my site, and now it looks like this:
http://prntscr.com/cx513iBut I want it to look like this:
http://prntscr.com/cx54asMy site: http://sandramildon.com/contact/
Thanks!
Best Regards
/SandraOctober 21, 2016 at 11:20 am #1225599Hey There,
Thanks for writing in!
Please add this CSS at Appereance > Customizer > Custom > CSS :
.x-btn, .button { background-color:transparent; border-color:#FFFFFF; color:#000000;
Hope this helps!
Let us know how this goes!
October 22, 2016 at 4:28 am #1226380Hi,
I added the CSS code, but nothing changed.
I want the Send-BUTTON to be wider as well and placed underneath NAME and EMAIL, as shown in the picture:
Thanks!
Best Regards
/SandraOctober 22, 2016 at 4:45 am #1226390Hi there,
Please move submit button to left div and insert following code in customizer :
input.wpcf7-form-control.wpcf7-submit { float: right; width: 100%; background-color: transparent; color: #000; border-color: #fff; }
Hope it helps.
October 23, 2016 at 4:56 am #1227129Hi,
Great, thank you!
1. Can you help me what CSS to add to get some effect on the button when hovered over.
I would like the button background to get WHITE, with black text inside.2. I wanted to get the button in alignment with the rest of the items in Contact Form 7, so I added “heigh: 65px” in CSS. Is that correct or will it be displayed in a weird way when I put in pixels instead of %?
input.wpcf7-form-control.wpcf7-submit {
float: right;
width: 100%;
height: 65px;
background-color: transparent;
color: #000;
border-color: #000;
}Thanks!
/Sandra
October 23, 2016 at 6:01 am #1227172Hi There,
#1] Please add the following CSS:
input.wpcf7-form-control.wpcf7-submit:hover { background-color: #fff; }
#2] It would be fine.
Regards!
-
AuthorPosts