Add this custom css:
#footer2-inside {
display: none;
}
I am having the exact same problem on my website. Could you please help!?
http://www.exitcompanion.com.au
What do I need to do?
If you want to remove the credit info, but keep your Copyright info, remove the following from theme-functions.php
/**
* Site info
*/
function nirvana_site_info() {
$nirvanas = nirvana_get_theme_options();
foreach ($nirvanas as $key => $value) { ${“$key”} = $value ; } ?>
<em style=”display:table;margin:0 auto;float:none;text-align:center;padding:7px 0;font-size:13px;”>
<?php _e(‘Powered by’,’nirvana’)?> ” title=”<?php echo ‘Nirvana Theme by ‘. ‘Cryout Creations’;?>”><?php echo ‘Nirvana’ ?> &
” title=”<?php esc_attr_e(‘Semantic Personal Publishing Platform’, ‘nirvana’); ?>”> <?php printf(‘ %s.’, ‘WordPress’ ); ?>
<?php } // nirvana_site_info()
add_action(‘cryout_footer_hook’,’nirvana_site_info’,15);
Same problem here.
@kiesuer: thnx for your answer, but it doesn’t work 🙁
Here are the step by step instructions on how to alter the Powered by Nirvana text>
The File you need to Edit is “theme-function.php”
It’s located at: wp-content\themes\nirvana\includes\theme-functions.php
I’ve made the changes from the web host cPanel editor. You can use what you like for editing code (notepad ++ is also very good)