Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing Font Size Of Text At Bottom Of Page


bitznbytes

Recommended Posts

Hi,

Looking to change the text size of the following: (which is below the box that has the list of products)

 

 

Displaying 21 to 39 (of 39 products)

 

AND

 

Result Pages: [<< Prev] 1 2

 

 

Would that be in my Style sheet and if so where?

 

thanks,

b

Link to comment
Share on other sites

Hi,

Looking to change the text size of the following: (which is below the box that has the list of products)

Displaying 21 to 39 (of 39 products)

 

AND

 

Result Pages: [<< Prev] 1 2

Would that be in my Style sheet and if so where?

 

thanks,

b

 

1. go to the page in question, which shows the text you want to change

 

2. view the HTML source for that page.

 

3. in the source, do a "Find" for the text you want to change. (eg find "Displaying")

 

4. look to see if there is a css class assignment for that bit of text (there is).

 

5. you now have two options:

a. open stylesheet.css, find the style for the class you found in step 4, and change the font size there. note that this will change the font size wherever this class is used, and it's used in a lot of places.

b. come up with a new css class with whatever name you like and whatever styling you want and insert it into stylesheed.css, then open includes/modules/product_listing.php, find the bit that gives the old css class assignment you found in step 4 and change it to the new class assignment you made in the beginning of step 5b.

 

hope that helps!

rj

Link to comment
Share on other sites

You're not looking hard enough! If it is on the page you are looking at, it will be in the source code.

 

However, the text is the smallText class and the links are the pageResults class. In an unmodified store at least.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...