badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Problems getting a child theme to work

#39926

Hi FlaviaNY,
Just add this below code to create child theme

/*
Theme Name: Ambition Child Theme
Theme URI: https://www.themehorse.com/themes/ambition
Author: Theme Horse
Author URI: https://www.themehorse.com
Text Domain: ambition
Template: ambition
*/

@import url("../ambition/style.css"); 

The above code which you have provided, i am not sure why its not working. But i tested in my local environment and its working fine.

Thank you!