But child theme is not working, my chances in child theme data are not used, everything comes from main theme.
What I have to do to fix the child theme right?
Go to dashboard-> appearance -> themes and can you see the new child theme? If yes then its working. What data do you want to change it?
If you like to change the css then you can write you css below this code @import url(“../interface/style.css”);
If you like to make changes in the code then you need to create functions.php file and then first unhook the functions and then customize the code.