• Hello.
    I have bought the Arcade theme and although I absolutely LOVE it, I don’t want to have ‘The Arcade Theme by Bavotasan.com’ at the bottom in my footer area. Is there a simple way that I can delete this, so that the only thing I show in my footer is the copyright?

    Thanks so much in advance for your help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi again – so the easiest way to do this is to hide it using CSS – so ADD this to a custom CSS section of your theme:

    #footer .credit-link {
        display: none;
    }

    Thread Starter frogpoet

    (@frogpoet)

    Thank you again! ??

    ;(

    I cannot find the custom CSS section of my theme:

    Ceekay7

    (@ceekay7)

    it’s a plugin you have to install

    Hi, You can change this by excuting file “footer.php” and functions.php Remplace it by your own text.
    Ex:
    Step 1: Change these textes in file footer.php
    <div class=”copyright col-lg-12″>
    <span class=”pull-left”><?php printf( __( ‘Copyright © %s %s. Your right.’, ‘arcade-basic’), date( ‘Y’ ), ‘ ‘ . get_bloginfo( ‘name’ ) .’‘ ); ?> Mention légal</span>
    <span class=”credit-link pull-right”><i class=”fa fa-copyright”></i><?php printf( __( ‘Réalisation %s par %s.’, ‘Your name’ ), BAVOTASAN_THEME_NAME, ‘Name of your site‘); ?></span>

    Step 2: Open file functions.php, go to :
    $bavotasan_theme_data = wp_get_theme( ‘:Your custom text here’ );
    It’ll replace the text bavotasan.
    Hope it helps ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Want to get rid of "The Arcade Theme by bavotasan.com." from footer’ is closed to new replies.