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;
}