Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

a litte help please


Recommended Posts

yeah i figured that out i also wanted to know how do i remove the little squares in the boxes after i have changed the header color of the boxes im still left with little grey squares how can i fix that or take them out all together. when i delete the file which is an image i get left with the box with an x in it. any ideas?

Link to comment
Share on other sites

Click on How Do I below and look at tips 8 and 9.

 

Or you could make transparent gifs of those pics.

Edited by bktrain
Link to comment
Share on other sites

Using catalog/includes/boxes/categories.php as an example find

  $info_box_contents = array();
 $info_box_contents[] = array('text' => BOX_HEADING_CATEGORIES);

 new infoBoxHeading($info_box_contents, true, false);

Change to

  $info_box_contents = array();
 $info_box_contents[] = array('text' => BOX_HEADING_CATEGORIES);

 new infoBoxHeading($info_box_contents, false, false);

Setting those to false, false will not show the corner images.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...