Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

Font style for Subcategories, Related...

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 01-05-2008, 08:20 AM
 
*LCG* *LCG* is offline
 

Member
  
Join Date: Dec 2007
Posts: 14
 

Default Font style for Subcategories, Related...

I have taken over designing a site and administering it.
https://store.studioproducts.com
I have received a lot of help from XCart support desk and have spent a lot of time reading here...

I've looked and looked (and searched here) for where to change the font style and size for my subcategories, related and recommended lists. They all seem to be the same. Can anyone help me before I ask the Help Desk for help, again.
Thank you -
Linda
__________________
X-Cart Gold 4.0.17
Reply With Quote
  #2  
Old 01-05-2008, 02:28 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...

It could be defined in the class DialogTitle, depending on exactly what you are trying to modify.

For debugging - I would recommend using Firefox browser with an addon like firebug
With that and the XCART webmaster mode - you will be able to trace just about anything.
__________________
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
  #3  
Old 01-05-2008, 05:05 PM
 
*LCG* *LCG* is offline
 

Member
  
Join Date: Dec 2007
Posts: 14
 

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

Thank you, gb2world
I've used webmaster mode...that is a very cool feature. I still can't trace were the font style and size for the lists are called out. It's a serif and no where do I see code for serif (does unspecified default to that?). Wondering if something was snipped out, I've checked original templates against what I have with no luck. The subcatergories were so small (same as the recommended lists and upselling) that until I can find where to edit, I've rearranged and have none now.
__________________
X-Cart Gold 4.0.17
Reply With Quote
  #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
  #5  
Old 01-05-2008, 08:17 PM
 
*LCG* *LCG* is offline
 

Member
  
Join Date: Dec 2007
Posts: 14
 

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

That's it! Oh, that is wonderful...changed the 10px to 90%. I'm going to play around with Firebug tonight and see if I can't solve some of my other minor mysteries. Thank you so much, gb2world.

EDIT: Yes, Firebug is great tool! Thanks, again.
__________________
X-Cart Gold 4.0.17
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 06:07 AM.

   

 
X-Cart forums © 2001-2020