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)
-   -   Need help with flyout menu!! Please (https://forum.x-cart.com/showthread.php?t=52914)

proline 03-20-2010 08:46 AM

Need help with flyout menu!! Please
 
I am using the expanding tree style.

What I need to have happen is to have the main category listings to be bold so they stand out from the sub-categories that expands from them? I am completely at a loss for doing this i have read and tried to do everything on here but nothing works exactly like I need it to! i have tried to search everywhere but no one has ever posted anything on this topic!

I'm sure its simple I just dont get it!

Please please help!

Thanks

gizmo 03-21-2010 02:03 PM

Re: Need help with flyout menu!! Please
 
1 Attachment(s)
You mean Like this:

http://forum.x-cart.com/attachment.php?attachmentid=1899&stc=1&d=126921245 1


If so go to:
skin1/modules/Flyout_Menus/Icons/main.css

Around line 163 find:

.fancycat-icons-c ul li {
padding: 4px 0px 7px 19px;
position: relative;
}
.fancycat-icons-c ul.fancycat-icons-level-1 li {
padding-bottom: 3px;
}


REPLACE OR (ADD what I have marked) THIS

.fancycat-icons-c ul li {
padding: 4px 0px 7px 19px;
position: relative;
font-weight:bold;/* ABEEZ ADDED */
}
.fancycat-icons-c ul.fancycat-icons-level-1 li {
padding-bottom: 3px;
font-weight:100;/* ABEEZ ADDED */
}

Hope this helps

proline 03-22-2010 06:54 AM

Re: Need help with flyout menu!! Please
 
Gizmo,

You are awesome! I could not figure that out for the life of me! Thank you so much it works perfectly!

gizmo 03-22-2010 08:12 AM

Re: Need help with flyout menu!! Please
 
Your Welcome


All times are GMT -8. The time now is 01:42 AM.

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