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)
-   -   change category font size (left hand navigation column) (https://forum.x-cart.com/showthread.php?t=52748)

Shamun 03-11-2010 08:30 AM

Re: change category font size (left hand navigation column)
 
He's not using Fancy Categories mod, so that's not the proper code to edit.

It would take all of 5 minutes to find the one I posted above to change.

chippiesavalanche 03-13-2010 10:58 PM

Re: change category font size (left hand navigation column)
 
Quote:

Originally Posted by Tal
I just checked, it's still set to 15px. Your 7px is being overridden as well.

The CSS you need to look for:
Code:

.menu-categories-list ul li a:link, .menu-categories-list ul li a:visited, .menu-categories-list ul li a:hover, .menu-categories-list ul li a:active {
font-size:15px;
font-weight:bold;
}


The one you edited was this:
Code:

.menu-categories-list ul li a:link, .menu-categories-list ul li a:visited, .menu-categories-list ul li a:hover, .menu-categories-list ul li a:active {
font-size:7px;
}








Looks the same, but is different. That means theres another .css file you have to edit. I cant tell you which, since firebug isn't listing the css file names.




-------------------------

hmm....
ok, using a simple text search, i looked for what you wanted me to... i searched on .menu-categories-list and the only instance i found was in main.css, where i have already been changing it...

well up till now, i have just been messing with the unzipped files from the original 431 download....

so... i am downloading the installed websited to my local hard drive, maybe there is something there that isnt in the unzipped folder... i will search there and let you know what i find.

michael

chippiesavalanche 03-13-2010 11:31 PM

Re: change category font size (left hand navigation column)
 
ok....
found the answer...

there are more files in skin1 on the website than in the unzipped package...

so...

how i fixed this issue:

issue: adjusting the size of the font for the categories list in 4.31

downloaded my installed website to the local hard drive, and then searched on .menu-categories-list

it showed up in two files..

main.css - where i kept changing the font pixels but it never took... and....

most importantly...

altskin.css where i changed the font size in pixels from 15 to 9 and the change worked.

so to reiterate...

the installed xcart has more files in various directories than the just unzipped package.

if you cant find what you are looking for, make sure you are searching a downloaded copy of your website.

thanks again for everyones help.

now to my next issue...

getting first class to work properly.....

michael


All times are GMT -8. The time now is 05:39 PM.

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