Home › Forums › WoodMart support forum › RTL in child theme RTL in child theme This topic has 1 reply, 2 voices, and was last updated 6 years, 6 months ago by Artem Temos. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts May 15, 2018 at 5:41 pm #57725 my.codecanyonParticipant Hello Rtl css files not working when i active child theme. How can i load main-rtl.min.css in child theme? May 15, 2018 at 5:47 pm #57728 Artem TemosKeymaster 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 Author Posts Tagged: RTL Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register