Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1009065

    I notice the text that labels the blog post pages is very small. I think this is called pagination?
    Is there some custom css I can use to increase the size of the page number and for example where it says “Page 1 of 22.”?
    One example I found here didn’t seem to work.
    Thanks!

    #1009247

    Hey Moondreamer21,

    Could you post a link to an example on your actual site so that we can have a closer look please?

    Best regards,
    Rikard

    #1009667

    Sure, I posted a link to the blog page below.
    Would also be curious how I make the number of comments shown down toward the bottom of a single post smaller (there’s a big red circle with a number in it).
    Thanks!

    #1009697

    Hi,

    Add this to quick css:

    .pagination-meta{
    font-size:15px!important;
    }

    Best regards,
    Jordan Shannon

    #1009762

    Thanks Jordan, that seemed to work for the “Page 1 of 22” part, but the 1, 2, 3, 4 in the circles aren’t bigger. I’d like those the same size?

    #1010095

    Hi,

    You can change the font size of these circles with this code

    
    #top #wrap_all .pagination .current, #top .pagination a, #top #wrap_all .fullsize .template-blog .pagination a {
        font-size: 15px;
    }
    

    Best regards,
    Peter

    #1010226

    Thanks Dude,

    I added that code and tested it, but it doesn’t seem to be working. Would you mind taking a look?

    #1010298

    Hi,

    Thanks for the login details, though they seem to not be working. Could you check and verify please?

    Best regards,
    Rikard

    #1011027

    Whoops, reposted below.
    Thanks!

    #1011038

    Hi,

    Have you tried adding Dude’s additional code to the very top of quick css so that it runs first? Also, be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1011062

    Hi guys, that code is working now – thanks!

    I’d also love to get code to make the number in the single red circle smaller that numbers the replies for the blog posts.

    #1011115

    Hi,

    Please try this CSS as well:

    span.comment-count {
      font-size:12px !important;
    }

    Best regards,
    Rikard

    #1012046

    Thanks, that did the trick – appreciate the help! :)

    #1012143

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.