Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to remove corner_left.jpg etc


stevefroggatt

Recommended Posts

Posted

Hello all

 

i am looking to change the colour of my OsCommerce sights, however when i change the colour, i am still getting the corners (either rounded or square) in the default grey.

 

Is there anyway, i can get these to be the colour of my choice (without recreating them) or can i remove them altogether.

 

Thanks

in advance

Posted
Hello all

 

i am looking to change the colour of my OsCommerce sights, however when i change the colour, i am still getting the corners (either rounded or square) in the default grey.

 

Is there anyway, i can get these to be the colour of my choice (without recreating them) or can i remove them altogether.

 

Thanks

in advance

 

catalog/includes/classes/boxes.php

 

Find ..

 

	function infoBoxHeading($contents, $left_corner = true, $right_corner = true, $right_arrow = false) {

 

Add immediately below ..

	  $left_corner = false;
  $right_corner = false;

Archived

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

×
×
  • Create New...