• I need to add css codes to both of my website versions ar and en
    i had to revert back to the parent theme and edit css files of both but when it updates all codes get removed, is there a way to add rtl css file?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author lilaeamedia

    (@lilaeamedia)

    By default WordPress looks for rtl.css in the “stylesheet” path (active theme). CTC adds a hook to load rtl.css from the parent theme because the majority of users will not know how to add a stylesheet to the child theme.

    To create overrides in the child theme, use .rtl before the selector in any child theme styles.

    Thread Starter Ahmed Abu Shamia

    (@colyz93)

    the selector .rtl doesn’t work unfortunately
    may you provide an example?

    Thread Starter Ahmed Abu Shamia

    (@colyz93)

    It works now, i added code to the customizer all i needed is .rtl + !important in the rtl version of my code
    Thank you very much,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Inherent rtl.css file’ is closed to new replies.