This topic has 4 replies, 2 voices, and was last updated 2 years ago ago by Rose Tyler
Hi
we set contact form as in image kindly need to
1.align text rtl as in image
2.need to change contact form color in prefooter to white
thanks
Hello,
1/ Add the next code in Theme Options > Theme custom CSS:
.rtl .wpcf7 input[type="email"] {
direction: rtl;
}
2/
.prefooter .wpcf7-form label.error {
background-color: white;
padding: 10px;
}
Regards
Hi
thanks a lot for your professional support , after add valid mail and press submit column background color become white https://prnt.sc/3j5h2YyFvfyq
pls do some test like enter non valid mail , enter valid mail to check how it look
pls advice how to fix it
thanks in advance
Hello,
Add this code also:
.wpcf7 form.sent .wpcf7-response-output {
background-color: transparent;
border-color: transparent;
color: white;
padding: 45px 10px 0px 10px !important;
}
Regards
The issue related to '‘Contact form RTL’' has been successfully resolved, and the topic is now closed for further responses