Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing the Colors of the corners


ChrisJChrisJ

Recommended Posts

It would look like a graphic. Try right clicking and viewing the properties of the corners.

 

Iggy

Everything's funny but nothing's a joke...

Link to comment
Share on other sites

images/infobox

 

Vger

 

I have the bars colors changed except the gray corners are still showing. Can I just remove the gray corners. When the page loads, it looks like the gray corners are just overlaying a straight bar. I can live with the straight bar. Can anyone tell me the code to remove to get rid of the gray corners, and where it is located?

 

Thanks,

Barbara King

Link to comment
Share on other sites

The quickest way to get rid of the rounded corners is to open three of the four images in the images/infobox folder (leave the right_arrow.gif) in a graphics programme like Photoshop, create one new image in the same size with a transparent background and no content and save that one image in the same name as the three images. Upload the transparent gif images to your website in the images/infobox folder and the corner images will not appear because they are now transparent.

 

The hard way to do it is to go to includes/boxes/ and open the file for each box in turn and where you see the code below:

 

new infoBoxHeading($info_box_contents, true, true);

 

change it to:

 

new infoBoxHeading($info_box_contents, false, false);

 

Vger

Link to comment
Share on other sites

The quickest way to get rid of the rounded corners is to open three of the four images in the images/infobox folder (leave the right_arrow.gif) in a graphics programme like Photoshop, create one new image in the same size with a transparent background and no content and save that one image in the same name as the three images.? Upload the transparent gif images to your website in the images/infobox folder and the corner images will not appear because they are now transparent.

 

The hard way to do it is to go to includes/boxes/ and open the file for each box in turn and where you see the code below:

 

new infoBoxHeading($info_box_contents, true, true);

 

change it to:

 

new infoBoxHeading($info_box_contents, false, false);

 

Vger

 

 

 

 

Thanks so much,

 

Barbara King

Link to comment
Share on other sites

The quickest way to get rid of the rounded corners is to open three of the four images in the images/infobox folder (leave the right_arrow.gif) in a graphics programme like Photoshop, create one new image in the same size with a transparent background and no content and save that one image in the same name as the three images.  Upload the transparent gif images to your website in the images/infobox folder and the corner images will not appear because they are now transparent.

 

The hard way to do it is to go to includes/boxes/ and open the file for each box in turn and where you see the code below:

 

new infoBoxHeading($info_box_contents, true, true);

 

change it to:

 

new infoBoxHeading($info_box_contents, false, false);

 

Vger

 

In the box titled "New Products for June", on the main index page, what is the name of that box, in the includes/boxes folder?

 

Thanks.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...