Footer Copyright
-
Hi there
Thanks for an excellent theme. I would like to change the text below the footer widget areas, e.g., ‘Created By’ but I can’t for the life of mefind out where I can do this. I understand it’s got something to do with footer-wrapper but can’t find the location in index.php or style.css etc.
Grateful for help.
Thanks.
-
Can you link to a page in question?
Hi, the site is http://www.larkins.co.uk
That’s not added by the theme, that is probably added by the company that built your website for you. I have a feeling that if you update this Chiro Pro theme then the changes that this company did for you will be erased.
Check the footer.php file for this text
Thanks Andrew. I developed the site using the Chiro Pro theme for a client. I’d like to remove or change the footer text to add in a copyright disclaimer etc. I’ve looked in footer.php but can’t find the reference. Firebug is not helping me in this instance.
I see the link now, it is in fact on the theme’s demo too. That’s naughty of the theme developer.
[Redacted]
http://themes.svn.wordpress.org/chiro-pro/1.1/lib/customizer.phpReplace this:
$content = '<div class="footer-wrapper" style="font-size:12px; padding:5px 10px; color:#000; font-family:open_sansregular">Created by <a href="http://chiroloop.com" rel="nofollow">ChiroLoop</a> Website Solutions</div>';With this:
$content = '';[Redacted]
Okay you can override this in your Child Theme’s functions.php file. Have you set one up?
Andrew – fantastic thanks very much it worked. I haven’t created a child theme yet though it’s on the list (had to get a preview to client sharpish).
The topic ‘Footer Copyright’ is closed to new replies.
