Title: Change navigation elements from &quot;
Last modified: August 21, 2016

---

# Change navigation elements from "

 *  Resolved [3ciona](https://wordpress.org/support/users/3ciona/)
 * (@3ciona)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/change-navigation-elements-from/)
 * Hi
    I am trying to customize inkblot theme, now nothing about coding and using
   dreamweaver. I would like to change all of the navigation elements [ arrows and
   infinity symbol] to some custom png files. Now I think that I need to change 
   somethig in this part [for each symbol] :
 * <?php random_webcomic_link( ‘%link’, get_theme_mod( ‘random_webcomic_image’ )?
   sprintf( ‘<img src=”%s” alt=”%s”>’, get_theme_mod( ‘random_webcomic_image’ ),
   __( ‘∞’, ‘inkblot’ ) ) : ” ); ?>
 * I will appreciate any help or pointing me to some tutorial [couldn’t find one]

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Theme Author [Mike](https://wordpress.org/support/users/mgsisk/)
 * (@mgsisk)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/change-navigation-elements-from/#post-3722561)
 * That would be the spot; try making it look something like this:
 * `<?php random_webcomic_link( '%link', '<img src="/path/to/your/nav.img" alt="
   Random">' ); ?>`
 * To be honest, though, if you just want to change the Webcomic navigation bits
   you can do that from the **Appearance > Customize** page. You should have an 
   option to upload navigation images for each of those links (first, previous, 
   random, next, and last) under the **Webcomic** section on the Customize page,
   allowing you to modify them without messing around in the code.
 * As a heads up: I’ve been working on an update to both Inkblot and Webcomic that
   will actually **remove** these settings from the customize page (if you’ve used
   it before the update your images will continue to work, however). It’s being 
   replaced with a more flexible but just as easy to use option.
 * (I’m also working on some video tutorials that could cover this; whenever they’re
   finished they’ll be available from [vimeo.com/channels/webcomic](http://vimeo.com/channels/webcomic).)
 *  Thread Starter [3ciona](https://wordpress.org/support/users/3ciona/)
 * (@3ciona)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/change-navigation-elements-from/#post-3722590)
 * Wow. Looks like I missed that one. Great job on Webcomic, Inkblot and support.
   Hope you will visit me around 01.06 on [deadbushi.com](http://deadbushi.com/)
 * Cheers

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change navigation elements from "’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/inkblot/4.5.2/screenshot.png)
 * Inkblot
 * [Support Threads](https://wordpress.org/support/theme/inkblot/)
 * [Active Topics](https://wordpress.org/support/theme/inkblot/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/inkblot/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/inkblot/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [3ciona](https://wordpress.org/support/users/3ciona/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/change-navigation-elements-from/#post-3722590)
 * Status: resolved