Remove nxt post and previous post arrow? css?

Hi guys,

Is it possible to remove the nxt and previous post arrow under Postings via css?

Thanks anyways for your hard work!

Hi @domoel,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

.nav-links a i.fa {
    display: none;
}

Best Regards,
Movin

It doesn’t work. :confused: Still there.

ohh, my fault. I mean not only the arrows. I want to remove the whole next post and previous post style.

edit: Did it with a little modification of your code:

.nav-links {
    display: none;
}

You are most welcome here :slight_smile: