Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing font color for Product Listing?


johnnyosc

Recommended Posts

Hello,

 

I'm having a hard time trying to change the color of the text listed under the Product Listing? I got the price to change but the product item name is still black. I search the stylesheets but still am clueless to what css name to look under so I can make the appropriate changes? Any suggestions?

 

JohnnyOsc

Link to comment
Share on other sites

Becos they are links to the product page, I seem to remember they come under the name 'hover' in the .css file.

 

Or you could create a span and design your own style, then change this in product_listing in modules.

 

CC.

Link to comment
Share on other sites

CC,

 

I was also wondering how and where you can change the color and size font for the shoppingcart.php file where you checkout and it reads... Remove Qty. Product(s) Total ?? I need to change those lines...any ideas where in the style sheets.

 

Sorry to bug ya again,

JOhnnyOSC

Link to comment
Share on other sites

Hi Johnny

 

Just create your own and add them to shopping cart.

 

For instance, I created a box to go around my sub total, and then changed the font color also.

 

So I just did this to the subtotal line:

 

<td align="right" class="subBar4"><b><?php echo SUB_TITLE_SUB_TOTAL; ?> <?php echo $currencies->format($cart->show_total()); ?> </b></td>

 

Generally I just create a new class for my own idea and design, and just ignore the preset OSC ones.

 

Hope this helps.

 

CC.

Link to comment
Share on other sites

Oooh what I forgot to mention was,

 

If you need to change the main parts of that form, as you mentioned above, go to catalog -> includes -> modules -> order_details.php

 

Add the classes I was talking about into there, this holds the info you need.

 

CC.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...