Home › Forums › WoodMart support forum › Child theme CSS not loading Child theme CSS not loading This topic has 3 replies, 2 voices, and was last updated 1 year, 6 months ago by Luke Nielsen. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 22, 2023 at 5:49 pm #476700 AlexParticipant Child theme CSS is not loaded. function woodmart_child_enqueue_styles() { wp_enqueue_style( ‘child-style’, get_stylesheet_directory_uri() . ‘/style.css’, array( ‘woodmart-style’ ), woodmart_get_theme_info( ‘Version’ ) ); } add_action( ‘wp_enqueue_scripts’, ‘woodmart_child_enqueue_styles’, 10010 ); June 23, 2023 at 9:42 am #476784 Luke NielsenKeymaster Hello, Is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please? Kind Regards June 24, 2023 at 6:11 pm #477055 AlexParticipant Hello Luke, here are the credentials: I have added the CSS to the custom CSS tab of Woodmart as well for it to work but that is not optimal. June 26, 2023 at 11:04 am #477197 Luke NielsenKeymaster Hello, I have applied that code: https://prnt.sc/tSyjx5qXiRo3 and as we can see here: https://prnt.sc/k1q251r2XyTM it is working. Also, you can open the child’s CSS via the link and see that the code is applied as well: https://prnt.sc/_cNM0_iID9qZ Kind Regards Author Posts Tagged: child css Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register