/
How to fix lowercase issue in property description

How to fix lowercase issue in property description

This issue appeared in version 3.2.0 and it will be fixed in the next version of the plugin.

In order to fix this issue in version 3.2.0 you need to insert the next code into your site:

[itemprop=”description”],[itemprop=”description”] p { text-transform: initial; }

 There are several ways where you can insert this code:

  1. If you use the WPL Pro plugin version you can insert code in UI Customizer. To find UI Customizer you need to go to WordPress dashboard and then follow the path WPL -> Settings -> UI Customizer, section Custom styles.

  2. If you use the official Realtyna template Theme28 you need to go to the WordPress dashboard and in the left menu, you need to go to WPL28 Settings -> Custom CSS.

  3. If you use WPL Basic version UI Customizer is not available. In this case, you can insert code in the appropriate location of your theme if your theme supports it.

  4. You can use any plugin from Wordpress plugin registry that supports custom CSS codes.