Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi,
Send Button of Contact 7 Form does not show in front end.
URL: https://slovakiawines.com/o-nas/kontakt/
I used your custom CSS for Contact Form 7 last time I need different colour of input fields. The CSS is as follows: (maybe something add to it?
.wpcf7 input[type=”text”], .wpcf7 input[type=”email”], .wpcf7 textarea {
background-color: rgba(153,142,62,0.25) !important;
color: #000 !important;
width: 100% !important;
}
Marian
Hello,
The css mentioned doe snot target submit button, therefore it can’t affect it. Add this code for the button:
.light .btn-bt.default, .fullscreen-blog-article .content.background--dark .btn-bt {
color: #656262 !important;
background: rgba(255,255,255, 0.00);
border-color: rgb(230, 227, 207) !important;
}
Change the values to your wish.
Best regards!
You must be logged in to reply to this topic.