Beautiful! Thank you so much! 🤗
Thanks, David.
I am using the Font Awesome plugin on my site, so changed it to the below, according to the resources you so kindly provided 😊 And then I changed the plugin settings to use the web font (the ‘Use CDN’ settings).
.post-navigation-link-next:after {
font: var(--fa-font-solid);
content: '\f054';
margin-left: 10px;
}
.post-navigation-link-previous:before {
font: var(--fa-font-solid);
content: '\f053';
margin-right: 10px;
}
The only thing now would be to hide the arrow, if there is no previous post. So, if you know how to fix this, it would be great. But otherwise, I am super happy with the solution you provided, thanks!
Best regards,
Tor
Thanks, David – I really appreciate it! 🤗
Could I add shortcode, or any other way of linking to an SVG, or similar, where you placed the ‘<‘ and ‘>’?