You will need to go into the footer.php file to modify the code.
Specifically:
<div>
<a href="<?php echo esc_url( __( 'http://ww.wp.xz.cn/', 'intro' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'intro' ), 'WordPress' ); ?></a>
<span class="sep"> | </span>
<?php printf( __( 'Theme: %2$s by %1$s.', 'intro' ), 'aThemes', '<a href="http://athemes.com/theme/intro" rel="designer">Intro</a>' ); ?>
</div>
With this theme there is no editor.
I added a custom css plugin and added
.site-info {
display: none;
}
but this didn’t work. Does anyone know how to remove or change the text with CSS?
Hi,
Please these css code instead:
footer .columns > div {
display: none;
}
If its still not working, please share the URL of your site here