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

need to change page navigation text size

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 08-15-2003, 06:51 PM
  CobaltCat's Avatar 
CobaltCat CobaltCat is offline
 

Senior Member
  
Join Date: Jul 2003
Location: Southern Orygun
Posts: 153
 

Default need to change page navigation text size

I would like to change the text size of the page numbers at the top and bottom of the product thumbnail pages. How would I do this?

Thanks
Dee
Reply With Quote
  #2  
Old 08-15-2003, 07:15 PM
 
rodneyw rodneyw is offline
 

Senior Member
  
Join Date: Mar 2003
Posts: 162
 

Default

look in the skin1/customer/main/navigation.tpl file

Since there is no style associated with it, it is using the default style setting in the skin1.css file.

You could either 1) add a new style in the css file and then define the class in the navigation file where you see the following code {%page.index%}...
Code:
{%page.index%} </td> {else} <td width=17 background="{$ImagesDir}/page.gif" align=center> {%page.index%}

Or you could hardcode the font settings instead of using the skin1.css file like below

Code:
<font size="1">{%page.index%}</font> </td> {else} <td width=17 background="{$ImagesDir}/page.gif" align=center> <font size="1">{%page.index%}</font>


hope this helps.
Reply With Quote
  #3  
Old 08-15-2003, 07:25 PM
  CobaltCat's Avatar 
CobaltCat CobaltCat is offline
 

Senior Member
  
Join Date: Jul 2003
Location: Southern Orygun
Posts: 153
 

Default

Thank you, thank you, thank you!
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



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 09:30 AM.

   

 
X-Cart forums © 2001-2020