rodder Posted August 15, 2005 Posted August 15, 2005 I am trying to make the font larger where it says result page 1 of 2 on the top and bottom of my product list. I have looked throught the stylesheet and have had no luck finding it. How do I make the font larger to go to the next page?
Guest Posted August 15, 2005 Posted August 15, 2005 I believe the previous and next text is covered in the body text, and does not have its own class. You can, however, override the css by using html font tags in the includes/languages/english.php file
rodder Posted August 18, 2005 Author Posted August 18, 2005 I believe the previous and next text is covered in the body text, and does not have its own class. You can, however, override the css by using html font tags in the includes/languages/english.php file <{POST_SNAPBACK}> I changed the following /langues/english still no help define('PREVNEXT_TITLE_FIRST_PAGE', 'First Page'); define('PREVNEXT_TITLE_PREVIOUS_PAGE', 'Previous Page'); define('PREVNEXT_TITLE_NEXT_PAGE', '<strong>Next Page</strong>'); define('PREVNEXT_TITLE_LAST_PAGE', '<strong>Last Page</strong>');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.