Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to change Reviews infobox css (php array) ??


malem

Recommended Posts

Hi,

I changed the look of all my infoboxex, but in the store on reviews page and a couple of others, I get the infobox (like categories) but since I put a top image, can't have it like this!

I was able to customize all the pages content through creating a new css to replace infobox and infoboxheading, and it worked fine. But on the reviews pages, the reviews are called differently in PHP and none of the classes specified to html tags around it works

 

around line 113, in reviews.php

 

<?php new infoBox(array(array('text' => TEXT_NO_REVIEWS))); ?>

 

this is the line that generates the infobox for Reviews.

 

Is there a way to specify a special unique style sheet to this infobox?

 

I know my html tags aren't working because the look is controled by the php code, but I don't know what to change.

 

any help greatly apperciated!!!

thanks in advance

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...