X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Subcategory Mods on 4.2.0 (https://forum.x-cart.com/showthread.php?t=45126)

capuccino1976 11-06-2010 07:05 AM

Re: Subcategory Mods on 4.2.0
 
Quote:

Originally Posted by gatordp
I tried doing this mod on 4.2.2 and it all seemed to work OK, but I have a custom skin and when I used this it added bullets in front of the Main Categories and changed the font size.

I'm sure this is a css issue. Anyone know where I might look to fix this and keep the same formatting I had?


I have the same problem...

I've add the following code in my main.css :

.menu-categories-list ul li.subcat {
padding-left: 18px;
text-decoration: none;
font-weight: normal;
color: #555555;
font-size: 15px;

But only the "padding-left" part is working, everything else has the same look as my categories link.

Can someone tell me where I can somehow customize the look of the fonts of my subcategories?

Here's my website :
www.laccessoiriste.com

Thanks a lot

dmpinder 06-27-2012 08:39 AM

Re: Subcategory Mods on 4.2.0
 
It seems in version 4.5.1 there is no include/categories.php file, and I can't find its replacement/equivalent in which to paste the first code.

Do you know where the code is meant to be put in this version?

cflsystems 06-27-2012 08:56 AM

Re: Subcategory Mods on 4.2.0
 
include/common.php is the replacement for categories.php


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

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