Ok…. so here is my recent update. The Footer is still not updates.
I do have access to the FTP and have followed the directions of the link you provide (How to Customize Customizr.) I did see that there was a child theme downloader and downloaded this. I archived the child theme that I created and replaced with the newly developed Customizr child theme.
The new child theme (from Customisr download) had an area in the functions.php file that indicated to insert all custom details in the designated area. I inserted the provided code that you have supplied above with my modifications.
add_filter('tc_credits_display', 'my_custom_credits');
function my_custom_credits(){
return '<div class="span4 credits"><p>ADD YOUR TEXT HERE</p></div>';
}
My changes are (still) not reflected :-(.
I have spent several hours trying to get one simple line of this theme modified. Any suggestions?
Thank you for your amazing help, I believe that I am getting close ….
Please advise, thank you!