X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Where can I enlarge my font? (https://forum.x-cart.com/showthread.php?t=17122)

gdr 10-06-2005 03:18 PM

Where can I enlarge my font?
 
The font in the description and static pages are a bit small.

Where can I enlarge it for my farsighted customers?

Jon 10-06-2005 04:45 PM

skin1/skin1.css

RobinBraves 01-10-2006 11:15 AM

I am having the same issue. I attempted to edit this .css page with the following changes, but did not work. Could someone help me in directing me to the correct place to update this to match the category list.

Code:

.VertMenuItems{
        COLOR: #330000; FONT-SIZE: 12px;
}
.VertMenuItems:link {
        COLOR: #330000; FONT-SIZE: 12px;
}
.VertMenuItems:visited {
        COLOR: #330000; FONT-SIZE: 12px;
}
.VertMenuItems:hover {
        COLOR: #550000; FONT-SIZE: 12px;
}
.VertMenuItems:active  {
        COLOR: #330000; FONT-SIZE: 12px;
}


balinor 01-10-2006 11:23 AM

Try .categorieslist

RobinBraves 01-10-2006 11:39 AM

Nope..

I added a static page, which by default puts the pages_menu.tbl in the help.tbl.

I removed pages_menu.tbl from help.tbl and put it in the categories.tbl.

I am not sure what to edit to make the static pages menu font the same as the category list font.

balinor 01-10-2006 11:49 AM

If you look at the code for categories.tpl, you will see that the class is categorieslist for the text, but the link class is vertmenuitems. If you look at pages_menu.tpl, you'll see that there is only a link class, vertmenuitems. If you want them to match, you'll need to add the <font class="categorieslist"> bit to the pages menu links as well.

RobinBraves 01-10-2006 12:04 PM

The class for the categories.tpl was

class="VertMenuCatItems"

I adjusted the pages_menu.tpl the same.

It worked!

balinor 01-10-2006 12:06 PM

Ah sorry, forgot you had an add-on skin :oops:

RobinBraves 01-10-2006 12:20 PM

no problem! I figured it out.

For anyone that is reading this post.. I am using the mosaic skin


All times are GMT -8. The time now is 02:10 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.