• Resolved Reenie

    (@angeldust02)


    Hi again,

    I noticed that the Hueman theme have “Previous Page” “Next Page” at the bottom to change pages, but I was wondering if it’s possible to change it to numeric pagination?

    Additionally, is there a way to change the posts background colour?

    Also, is it possible to change the font colour of the texts in the excerpts on the front page? It’s very grey and can be hard to read.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Reenie.

    1. Add the PageNavi plugin.

    2. Add this to your custom css or child theme style.css file:

    /* change single post background to red */
    .single .content {
      background: #f00;
    }

    3. Add this to your custom css or child theme style.css file:

    /* home page post excerpts black */
    .home .entry.excerpt {
      color: #000;
    }
    Thread Starter Reenie

    (@angeldust02)

    Hi bdbrown,

    Thank you a lot for the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Numberic Pagination & Changing Post background font colour’ is closed to new replies.