Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change size of next page font


rodder

Recommended Posts

Posted

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?

Posted

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

Posted
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

 

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>');

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...