
Originally Posted by
My_Red_Zebra
Thanks very much Gilby. Almost there now.
We have a light blue bar/line under the heading which shouldn't be there. How do I remove that? Also, is it very hard to get the blue shaded box around the products the same as in the 'also purchased' box?
Just a typo
you have
Code:
<h2 class="centerBoxHeading"><span><?php echo constant('TEXT_MXSELL' . $mxsell . '_PRODUCTS'); ?><span></h2>
and it should be
Code:
<h2 class="centerBoxHeading"><span><?php echo constant('TEXT_MXSELL' . $mxsell . '_PRODUCTS'); ?></span></h2>
Bookmarks