Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Ben Sibley

    (@bensibley)

    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.

    Thread Starter salihdemir0203

    (@salihdemir0203)

    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

    Theme Author Ben Sibley

    (@bensibley)

    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;
    }
    Thread Starter salihdemir0203

    (@salihdemir0203)

    Thank you.

    Now everything is ok.

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome! Stay in touch if you need anything else and I’ll be happy to help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Date and Next Page’ is closed to new replies.