Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how do you change the colour of the drop down box for >>>


wroenaldinho

Recommended Posts

Posted

how do you change the colour of the drop down box for Product Attributes, instead of having plain white in background!

 

cheers

Wroenaldinho

Posted

Find the code for the dropdown, something like:

 

  tep_draw_pull_down_menu($name, $values, $default, $parameters, $required)

In the $parameters field add an inline style something like this:

 

  tep_draw_pull_down_menu($name, $values, $default, 'style="background:#cccccc;" ', $required)

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

  • 3 months later...
Posted

Is this code found in stylesheet.php?

 

Is it possible to change the colour of the blue frame?

 

Thanks?

Archived

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

×
×
  • Create New...