Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter adishlomy

    (@adishlomy)

    I mean rtl of course…

    Plugin Author PressTigers

    (@presstigers)

    Hello adishlomy,

    You can use CSS “direction” property for changing the language direction from rtl to ltr and “font-size” & “color” property to increase title size and color.

    To change job application form & title direction from rtl to ltr add the following code in default theme css file.

    #sjb-application-form  {
       direction: ltr;
    }
    #job-title {
    direction: ltr;
    }

    Thanks & Regards,
    PressTigers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘rtl direction’ is closed to new replies.