Search Results Remove Text Newer Posts and Older Posts

Hi,
I would like to remove the text ‘newer posts’ and ‘older posts’ from my search results. I would just like to show only the directional arrows < or > with no text.

http://bigenealogy.org

Hi @lorigibson,

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 your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS


.search-results a.prev.page-numbers,
.search-results a.next.page-numbers {
    font-size: 0;
}

Best Regards,
Movin

Thank you Movin!
Works like a charm!

Lori

You are most welcome here :slight_smile: