Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing the look of the featured product box


Aodhan

Recommended Posts

I believe you need to look at your TD Class statements.

 

Looking at the source code for your defaut.php, it looks like...

 

  • 1. The TD with the left column table is using class="sidebar"

2. Your left column infoboxes are using...

  • 2a. class=boxHeaderString for the infobox headers.

2b. class=boxContentString for the infobox contents.

3. For the Feature Products infobox...

  • 3a. The table is using class=infoBoxContents.

3b. class=infoBoxHeading for the infobox header.

3c. class=infoBoxContents for the infobox contents.

If you change the class statements for the Featured Products box to the same as the left column infoboxes, that should solve your problem.

 

Good Luck.

 

-R

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...