View Single Post
  #2  
Old 03-21-2010, 02:03 PM
  gizmo's Avatar 
gizmo gizmo is offline
 

X-Adept
  
Join Date: Jan 2005
Location: Crawley : UK
Posts: 618
 

Default Re: Need help with flyout menu!! Please

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
Attached Thumbnails
Click image for larger version

Name:	fancy.png
Views:	239
Size:	5.5 KB
ID:	1899  
__________________
Thank You - Alan
Don't be like me, and keep saying "Nearly did it" go do it!!
Version: 4.4.4 Gold -
Reply With Quote