Home › Forums › WoodMart support forum › Arabic issue › Reply To: Arabic issue
July 22, 2018 at 7:16 am
#68701
Artem Temos
Keymaster
Hi,
Try to edit your child theme functions.php and replace the function woodmart_child_enqueue_styles
with this one
function woodmart_child_enqueue_styles() {
wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( 'woodmart-style' ), woodmart_get_theme_info( 'Version' ) );
}
Regards