Hi
my site is defined as Hebrew in WP general settings> site language and RTL flow is behaving well so far.
Is there a way to:
assign LTR CSS to a single post or page?
assign LTR CSS to a color section or any other block within an RTL page/post?
Thank you
Hey Yory,
Thank you for the inquiry.
You can use this code in the Quick CSS field to adjust the direction of the text on a specific page.
.single.postid-2416 {
direction: ltr;
}
The number 2416 in the css code above is the ID of the post. Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
Ismael
that did it.
Thank you
Hi,
Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Please close it