• Resolved londonnet

    (@londonnet)


    Hi how can I remove the footer message?
    Proudly powered by WordPress | Theme: Intro by aThemes.

    Been asked a lot on the websites but none of the solutions I have tried work.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • You will need to go into the footer.php file to modify the code.

    Specifically:

    <div>
    <a href="<?php echo esc_url( __( 'https://www.ads-software.com/', '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="https://athemes.com/theme/intro" rel="designer">Intro</a>' ); ?>
    </div>

    Thread Starter londonnet

    (@londonnet)

    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

    Thread Starter londonnet

    (@londonnet)

    That’s a bingo!

    Many thanks

    Thread Starter londonnet

    (@londonnet)

    Closed

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove footer’ is closed to new replies.