Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Font/CSS


juniorprg

Recommended Posts

Posted

Hi there,

As you all know we can change the font size in stylesheet.css when i change the font size to 12, the fonts in boxes get higher , but then in the search box i dont want the font size of "Use keywords to find the product you are looking for." to be higher, i want it to remain in font size 10.

How can this be achieved?

 

thanks in advance

l8ter

Posted

The easiest way, although may not be the best, is to change it in includes/languages/english.php. Find the following:

define('BOX_SEARCH_TEXT', 'Use keywords to find the product you are looking for.');

and change it to something like

define('BOX_SEARCH_TEXT', '<font size="10px" Use keywords to find the product you are looking for.</font>');

 

HTH,

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Archived

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

×
×
  • Create New...