Forums

How do I change text size of paginator numbers in CSS code? (5 posts)

  1. ijessi
    Member
    Posted 2 years ago #

    Hi,

    I was able to change the text size on my paginator numbers at the bottom of my website, but now I don't know how to make them smaller! I remember doing something in the CSS code but I don't remember how I did it. Please help!

    Thank you and here's my site:

    http://www.hiyapapaya.com

  2. ambrosite
    Member
    Posted 2 years ago #

    It looks like the size for those paginator numbers is being set right here:

    http://hiyapapaya.com/blog/wp-content/plugins/paginator/skin/paginator3000.css (line 9):

    .paginator {
    margin-top:60px;
    font-size:3em;
    width:100%;
    }

    A font-size of 3em is certainly very large. You should probably change that to something between 1.0em and 2.0em.

  3. ijessi
    Member
    Posted 2 years ago #

    Hi, thanks for the help.

    I can see these settings but I'm not sure how to edit the 3em. I've gone into the editor on both the CSS page and the paginator plugin but it's not showing the 3em.

    hmm... I'll keep trying some other things.

  4. ijessi
    Member
    Posted 2 years ago #

    oh, I think I got it. I just went in to the paginator plugin CSS file and now I'll edit it. Should work.

    thanks again!

  5. weenus
    Member
    Posted 1 year ago #

    I would like to change the font color for the page numbers that aren't the current page. They blend too much with my dark background. I can't find that in the paginator css file. help?

Topic Closed

This topic has been closed to new replies.

About this Topic