johnnyosc Posted December 20, 2002 Share Posted December 20, 2002 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 More sharing options...
CC Posted December 20, 2002 Share Posted December 20, 2002 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 More sharing options...
johnnyosc Posted December 20, 2002 Author Share Posted December 20, 2002 Hey CC, Thanks for the insight, Its not a.hover but just a. which changes the links. This is a great community board. Thanks everyone for your help. JohnnyOSC. Link to comment Share on other sites More sharing options...
CC Posted December 20, 2002 Share Posted December 20, 2002 Ah yeh thats it. Knew it was something similar. Glad to be of help. CC. Link to comment Share on other sites More sharing options...
johnnyosc Posted December 21, 2002 Author Share Posted December 21, 2002 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 More sharing options...
CC Posted December 21, 2002 Share Posted December 21, 2002 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 More sharing options...
CC Posted December 21, 2002 Share Posted December 21, 2002 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 More sharing options...
johnnyosc Posted December 21, 2002 Author Share Posted December 21, 2002 CC, Once again you are the man!!! Your suggestions help me achieve my unique look for my demo site. I appreciate your help alot. If you need design advice, PM me. JohnnyOSC. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.