View Single Post
  #4  
Old 01-05-2008, 06:16 PM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: Font style for Subcategories, Related...

Webmaster is not as powerful when tracing where css comes from - that is where firefox with firebug are useful.

I'm not sure I understand what your are after, but hopefully this helps.

I used firebug to look at the css for an item in your recommended products list on a product page.

If it is the font size you want to change, it looks like it is from li.ItemsList
<li class="ItemsList">

It looks like the font style seems to be inherited from td.

from firebug:

a:hover {skin1.css (line 11)
color:#CC6600;
text-decoration:none;
}
a:link {skin1.css (line 5)
color:#330000;
text-decoration:none;
}
Inherited fromli.ItemsList
.ItemsList {skin1.css (line 14
color:#330000;
font-size:10px;
font-weight:bold;
}
Inherited fromtd.DialogBox
body, p, div, th, td, p, input, select, textarea {skin1.css (line 1)
color:#000000;
font-family:Georgia,Arial,Helvetica,Sans-serif;
font-size:100%;
}
Inherited fromtd.DialogBorder
body, p, div, th, td, p, input, select, textarea {skin1.css (line 1)
color:#000000;
font-family:Georgia,Arial,Helvetica,Sans-serif;
font-size:100%;
}
Inherited fromtd.center-coll
body, p, div, th, td, p, input, select, textarea {skin1.css (line 1)
color:#000000;
font-family:Georgia,Arial,Helvetica,Sans-serif;
font-size:100%;
}
Inherited fromtd
body, p, div, th, td, p, input, select, textarea {skin1.css (line 1)
color:#000000;
font-family:Georgia,Arial,Helvetica,Sans-serif;
font-size:100%;
}
Inherited frombody
body, p, div, th, td, p, input, select, textarea {skin1.css (line 1)
color:#000000;
font-family:Georgia,Arial,Helvetica,Sans-serif;
font-size:100%;
}
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote