edit a link in the footer
-
hello. I’m using Graphene and I created a child theme.
I would like to change the “return to top” link in the footer and put an image in place of the link – text.
So, I tried the following code in footer.php:<?php if ( ! $graphene_settings['hide_return_top'] ) : ?> <li class="menu-item return-top"><a href="#"><img src="wp-content/uploads/2013/05/arrow-top.jpg" alt="to top" title="Return to top" /></a></li> <?php endif; ?>
My code works on static home page and on 404 page … but not on the others!
where my code doesn’t work, there is the call to the function do_action (‘graphene_loop_loop_footer’) but I don’t know how to get or how to change this.
You can see on my website about Burgundy (France) –> it’s OK on the footer of home page, but not on others pages.
An idea to help me easily?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘edit a link in the footer’ is closed to new replies.