• hello guys
    i am using a child-theme and i want to change the name of the child-theme, like when users go to view source they will see “/themes/myTheme”, instead of myTheme i’ll put my company name..

    is it just to rename that folder? or there is more to it?
    thanks

Viewing 1 replies (of 1 total)
  • Define your child theme name in your child theme’s style.css

    e.g.

    /*Theme Name:   YOUR COMPANY NAME
    Template:       twentytwelve
    */
    
    @import url("../twentytwelve/style.css");

    Here, ‘twentytwelve’ is ‘parent’ theme.

Viewing 1 replies (of 1 total)
  • The topic ‘how to change child-theme name?’ is closed to new replies.