I am using WordPress Hebrew with the Buzz theme.
I want to create a Hebrew contact form.
Here is my wp-content/themes/buzz-child/assets/css/rtl.css file:
__________________
@import “../../../buzz/assets/css/rtl.min.css”;
/* Your CSS code goes here
————————————– */
.pojoformtext-rtl
{
direction: rtl;
}
__________________
and here is the start of my form settings:
__________________
Field Type:
Field Label (Required):
שם
Settings
Placeholder:
שמך
Required:
Width:
Shortcode ID:
[form-field-2]
CSS Classes:
pojoformtext-rtl
__________________
I have used pojoformtext-rtl as the class for all fields, but my form is still left to right.
What do I need to do so that the fields, labels and text are all RTL?