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: child theme for ultimate

#39925

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!