Thanks I have firefix and infact figured out the addon i now can view the calls/id but still im not sure where to change ir what to change
Im specifically wanting to change the category NAMES font and style as they appear in the main page center not the side boxes the only things i see in that area under the id/class is
#productDescription
.categoryListBoxContents
.clearBoth
any suggestions ? wen i search those areas i dont see anything to change heres what i see
if i search product description -
.content,/ #productDescription, .shippingEstimatorWrapper {
/font-size: 1.2em;/
padding: 0.5em;
}
.alert {
color: #FF0000;
margin-left: 0.5em;
}
.advisory {}
.important {
font-weight: bold;
}
.notice {}
.rating{}
if i search .categoryListBoxContents
/The main content classes/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
vertical-align: top;
}
/.content,/ #productDescription, .shippingEstimatorWrapper {
/font-size: 1.2em;/
padding: 0.5em;
}
.alert {
color: #FF0000;
margin-left: 0.5em;
}
.advisory {}
thanks