Reply To: why Hebrew isn't appear right

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support › Forums › Support (Legacy) › why Hebrew isn't appear right › Reply To: why Hebrew isn't appear right

#1110
Noa
Keymaster

Hello Tal,

1. There’s a plugin called WP Native Dashboard with whcich you can set a different language than the one on your website.

This way your admin could be set as Englsih and your website as Hebrew (which would fix the direction issue).

Below is a link to our guide on the plugin:

How To Change Your WordPress Dashboard Language

Link to the plugin:

https://wordpress.org/plugins/wp-native-dashboard/

2. That’s because the title is very big, you can set the title to be smaller just for mobile by adding the following code in the Customizer > Live CSS:

@media (max-width:768px) {
#page-header .title-primary{font-size:30px !important;}}