Child Theme

Discussion in 'ColorWay WordPress Theme' started by businessjitsu, Aug 29, 2016.

Thread Status:
Not open for further replies.
  1. businessjitsu

    businessjitsu New Member

    Joined:
    Aug 15, 2016
    Messages:
    11
    Likes Received:
    1
    Hello,
    I'm using the Black Horse theme / Dog Grooming Theme. I've had a number of changes made and don't want to lose them in a theme update. How would I modify the code below to use for a child theme? I like your theme. Thank you for your time.

    /*
    Theme Name: Twenty Fifteen Child
    Theme URI: http://example.com/twenty-fifteen-child/
    Description: Twenty Fifteen Child Theme
    Author: John Doe
    Author URI: http://example.com
    Template: twentyfifteen
    Version: 1.0.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
    Text Domain: twenty-fifteen-child
    */
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Your changes would be like this (given below):

    /*
    Theme Name: BlackHorse Theme Child
    Theme URI: http://www.inkthemes.com/
    Description: Child theme for the BlackHors theme
    Author: Inkthemes
    Author URI: http://www.inkthemes.com/
    Template: blackhorsetheme
    Version: 1.0.2
    */
    @import url("../blackhorsetheme/style.css");


    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. businessjitsu

    businessjitsu New Member

    Joined:
    Aug 15, 2016
    Messages:
    11
    Likes Received:
    1
    Thank you very much.
     
  4. priya

    priya Guest

    You're welcome..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page