• I’d like to change arrow indicators in the default-wp-page single post navigation from what they currently are (just text arrows?) to FontAwesome icon arrows. Where or how would I make this change?

    Located the following via inspect, just don’t know where to find it or how to overwrite it with CSS…? Please advise. I’m using ColorMag Pro. Thank you!!!

    <ul class="default-wp-page clearfix">
    				<li class="previous"><a href="https://REMOVED/" rel="prev"><span class="meta-nav">←</span> POST TITLE</a></li>
    				<li class="next"><a href="https://REMOVED/" rel="next">POST TITLE <span class="meta-nav">→</span></a></li>
    			</ul>
Viewing 1 replies (of 1 total)
  • Hey @annothervoice ,

    Thank you for writing in,

    Unfortunately, there is no such feature in the theme to do so. You can search for a third-party plugin that might help you create new post navigation with such features. If not then the only option remaining will be to create a child theme and customize your theme’s code.

    Regards,
    ThemeGrill Support Team

Viewing 1 replies (of 1 total)
  • The topic ‘Single Post Navigation’ is closed to new replies.