We’ve found the problem. ??
In your parent Sunspot theme, open the file /inc/tweaks.php in a text editor. On line 68, change this:
return ' <a href="'. get_permalink() . '" class="more-link">' . __( 'Continue reading <span class="meta-nav">»</span>', 'sunspot' ) . '</a>';
to this:
return ' <a href="'. get_permalink() . '" class="more-link">' . __( 'Continue reading <span class="meta-nav">→</span>', 'sunspot' ) . '</a>';
Note that in that piece of code what you’re doing is changing »
to →
Let me know if this does the trick.
We’ll try to get this fixed up in the next version of Sunspot so you won’t need to make this change again when you update the theme.