• Resolved Anonymous User 14432102

    (@anonymized-14432102)


    Hi,

    I was just wondering how you change the wording of the copyright text in the mobile menu.

    I have managed to change the main copyright statement by editing functions.php in my child theme but can’t seem to find an option for the mobile menu.

    Thanks again for a great theme.
    Best wishes,
    Rob

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there, @betheroots:

    I’m not the developer of the theme, but I use a child theme based on Hamilton and I wanted the same edit as you do. The way you can edit the copyright statement is on header.php archive of your child theme. Then, go to line 136, if you haven’t edit any line, and you’ll see this code:

    <footer<?php echo $bg_css; ?>>
    			
    				<div class="section-inner group">
    
    					<p>&copy; <?php echo date( 'Y' ); ?> <a href="<?php echo esc_url( home_url() ); ?>" class="site-name"><?php bloginfo( 'name' ); ?></a></p>
    					<p class="theme-by"><?php _e( 'Theme by', 'hamilton' ); ?> <a href="https://www.andersnoren.se">Anders Nor&eacute;n</a></p>
    				
    				</div>
    
    			</footer>

    Just edit both (if you want) <p>. Hope I help you:)

    Thread Starter Anonymous User 14432102

    (@anonymized-14432102)

    Hi @myanesp

    Thanks for your reply and solution. I’m not actually using the theme anymore but hopefully will be useful to others who are.

    Thanks again,
    Rob

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Copyright text in mobile menu’ is closed to new replies.