It’ll be in your theme’s footer.php file.
That worked great when i was using Custom Cummunity 1.8.3.I upgraded my theme.I went to footer.php to remove the text and links after the upgrade.Now it’s different.I don’t see the links.I can remove them but it also removes the widgets in the footer.I know those links have to be somewhere else but i can’t find them.I don’t see anyway to remove them in the footer.php unless you remove everything.Help again
If you’re still using Custom Community 1.8.3, they have a new BP-compatible version out Custom Community 1.8.6 at the WP Theme Repository. Theme devs give support in their site themekraft.com
1.8.6 is what i upgraded to.
Check out Appearance > Theme options > Footer
I checked there and there were no options to remove the footer links.I also looked at the themecraft site.You have to buy there premium theme before you can use there forum to ask for help.I hope someone here can help.Thanks
@mrscooches You’re right. It was not in the theme’s settings. I found it in
custom-community/core/includes/theme-generator/theme-generator.php
The easiest way is to delete or replace the footer credit in that file. Look for `
`
A quick and easy way to hide the credits is to go to Appearance > Theme settings and choose the css tab
add the following:
.credits {display:none !important;}