Previous and next icons after post missing

Hello,

So I managed to add previous and next breadcrumbs at the bottom of every post following these steps,
but after an update - or some other reason - the icons next to “Previous Post” & “Next Post” buttons disappeared.

I did clear the cache, I disabled all caching plugins but still nothing.
Also everything is up to date.

Can you please help?

Installation info:
website worldvespa.net
wordpress version 5.1.1
x theme 6.5.5 (child theme)

Thank you in advance,
Stergios

Hi Stergios,

Thank you for reaching out to us. To fix the issue, please add the following code in your child theme’s style.css file or in the Theme Options > CSS:

.x-icon-chevron-left:before, .x-icon-chevron-right:before {
    font-family: FontAwesome;
}

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

1 Like

Problem fixed!
Thank you very much!

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.