Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1322287

    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

    #1322423

    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

    #1322640

    that did it.
    Thank you

    #1322734

    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

    #1322961

    Please close it

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘LTR post in RTL site’ is closed to new replies.