I purchased the Choise theme
Supports child-theme? I did a test but the style.css file is commented.
What is the proper procedure to enable a child-theme?
Normally use this procedure, in style.css file that is located in the child-theme:
/*
Theme Name: Child Theme
Description: Description.
Template: nametemplate
*/
@import url('../namestyle/style.css');
With other themes works well, but I have a problem with Choise theme.
Thanks














