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 topic ‘Contact form RTL’ is closed to new replies.
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.