ok well i got all my child themes established. the css changes are no problem. im trying to overide theme-footer.php in classipress/includes/theme-footer.php. when i make changes to the file in child theme nothing happens. i also tryed to just overide the function cp_do_footer() in my child theme function.php file but i get error message:
Fatal error: Cannot redeclare cp_do_footer() (previously declared in /home/content/63/9343463/html/pdx-
wp/
wp-content/themes/classipress-ct/functions.php:24) in /home/content/63/9343463/html/pdx-
wp/
wp-content/themes/classipress/includes/theme-footer.php on line 60.
so how can i make changes to these include files or the functions included in the files. the only thing that works for me at the time is to change the file directly which defeats the purpose of a child theme...