Hi
I don’t know what’s the files you added into the child theme, for CSS issue, you’d better add “body” in front of the CSS name, e.g. body #sidebar{} or body .post{}
For change the exist php functions, you must use add_filter method, e,g, add_filter(‘old_function_name_in_parent’,’new_function_you_wrote’);