Thanks for using Ignite!
You can remove both of those texts by adding the following CSS to your site:
.entry-meta-top {
overflow: hidden;
text-indent: -44px;
}
.pagination .next {
display: none;
}
Please copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.
Hello again.
Thanks for help.
One more question.
How can I change the spelling of this word? and if I need it, how can I remove it?
Please check the screenshot.
https://prnt.sc/rk58lg
This tutorial here will teach you how to translate the text in Ignite: https://support.competethemes.com/help/translate-theme-ignite/
Inside the “languages” folder in the Ignite theme, you’ll find the existing translation for your language which you can edit in order to change the text in the pagination.
Otherwise, it can be hidden with this CSS:
.pagination .prev {
display: none;
}
You’re welcome! Stay in touch if you need anything else and I’ll be happy to help.