Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / PRODUCT ALL LISTING TITLE NAME - Font Size?

PRODUCT ALL LISTING TITLE NAME - Font Size?

Locked

Views: 2,402

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
15 May 2006, 2:59 AM
#1
domnz avatar

domnz

New Zenner

Join Date:
Jun 2005
Posts:
23
Plugin Contributions:
0

PRODUCT ALL LISTING TITLE NAME - Font Size?

Trying to change font colour/size of Product Name Title in the 'New Products' or 'All Products' listing pages.
I have been trying to change the font style/size of this for days
and I still can't locate where to change this?
Except I can change it in the StyleSheet under:
A {
color: #1129B8;
font-size: 11px;

But this changes a pile of other links font attributes as well.
I want to change only the Product Title List Name only.
Under... includes/modules/products_all_listing.php, I identified the code that displays
the title name:
if ($disp_sort_order->fields['configuration_key'] == 'PRODUCT_ALL_LIST_NAME') {
echo $display_products_name;

But I have no idea how to add code so that I could possibly change the font values in the stylesheet.css

Any help would be greatly appreciated as I'm going a bit insane.
I am running ZenCart 1.2.7

Cheers
Dom