Taqyeem plugin, missing styling and typography settings

As the theme uses custom styles for the Reviews sections to match the theme look, the Taqyeen settings for styling and typography options are not available on the Taqyeem options page.

to force enable these options, add this code at the end of the functions.php file of your child theme

add_filter( 'taqyeem_custom_styles', '__return_true', 99 );