November 24, 2015 at 7:43 am
#39925
Theme Horse Support Team
Keymaster
Hi timurberk,
We have replied many times how to create a child theme. To create a child theme create a folder name ultimate-child inside wp-content-> themes-> (your folder name)
Create style.css file and add this below code
/*
Theme Name: Ultimate Child Theme
Theme URI: https://www.themehorse.com/themes/ultimate
Author: Theme Horse
Author URI: https://www.themehorse.com
Version: 1.0
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: ultimate
Template: ultimate
*/
@import url("../ultimate/style.css");
So that your child theme is create.
Thank you!