Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to make 'next page' wording bigger?


JemCraft

Recommended Posts

How might I change the size of the wording that reads 'next page' / 'previous page'??

 

screen%20shot.GIF

 

At present it is small and I think that some of my customers may miss it.

thanks

Jemma

Link to comment
Share on other sites

Hi Jemma,

 

Open catalog/stylesheet.css and search and change pageResults, you will probably change the size of the page numbers as well.

 

Mark

Lifes a bitch, then you marry one, then you die!

Link to comment
Share on other sites

Hi Jemma,

 

Open catalog/stylesheet.css and search and change pageResults, you will probably change the size of the page numbers as well.

 

Mark

 

This is the code that I have for that bit

 

A.pageResults {
 color: #0000FF; 

}

A.pageResults:hover {
 color: #0000FF;
 background: #FFFF33;
}

 

What would I need to add in?

Link to comment
Share on other sites

This is the code that I have for that bit

 

A.pageResults {
 color: #0000FF; 

}

A.pageResults:hover {
 color: #0000FF;
 background: #FFFF33;
}

 

What would I need to add in?

 

Add

  font-size: 12px;

to A.pageResults and maybe change 12 to something more to your liking.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...