Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Excerpts, Read more, Pagination (http://forum.bytesforall.com/forumdisplay.php?f=20)
-   -   [SOLVED] Format Pagination Font (http://forum.bytesforall.com/showthread.php?t=22918)

yukoner Nov 11, 2014 06:02 PM

[SOLVED] Format Pagination Font
 
I am using the <!--nextpage--> tag to cause a page break between items in an online store.
However, the font created is far too small in my mind. What can I add to the "Add HTML/CSS Inserts" to format the font for the pagination to make it larger?

The page in question can be found at http://spiritknivesyukon.ca/purchase...-knives-online

Pagination follows the last item on the page.

Thanks
Norm

UPDATE:
I found another thread here with the following CSS suggestion. I've used it as a beginning and was able to format the font. Thanks for the other thread, lmilesw.

http://forum.bytesforall.com/showthread.php?t=17581

.post-pagination {
border: 1px solid;
}
.post-pagination, .post-pagination a {
font-weight: bold !important;
font-size: 18px;
background: #F7F7F7;
padding: 10px;
}


All times are GMT -6. The time now is 06:04 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.