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
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.
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.
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!
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?