• this theme is possible to remove the theme Copyright child ?
    just wanted to take the “Ribosome by GalussoThemes.com
    Powered by WordPress”

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter erick99

    (@erick99)

    Getting already bound;

    for those who want the solution,be happy:

    <?php
    /**
    * The template for displaying the footer
    *
    * Contains footer content and the closing of the #main and #page div elements.
    *
    * @package Ribosome
    */
    ?>
    <html>
    <bady>
    <footer id=”colophon” role=”contentinfo”>
    <div class=”site-info”>
    <div class=”credits credits-left”><?php echo wp_kses_post(get_theme_mod(‘ribosome_footer_text_left’, __(‘Copyright 2015’, ‘ribosome’))); ?></div>
    <div class=”credits credits-center”><?php echo wp_kses_post(get_theme_mod(‘ribosome_footer_text_center’, __(‘Footer text center’, ‘ribosome’))); ?></div>
    <div class=”credits credits-right”>

    </div>
    </div><!– .site-info –>

    </body>
    </html>

    Hey there,

    Glad you figured it out. Also, a much simpler way to remove copyright info is to add following CSS using Advanced CSS Editor plugin.

    .credits-right{
        display:none;
    }

    Cheers ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to remove the Copyright ?’ is closed to new replies.