View Single Post
  #4  
Old 09-09-2011, 11:00 AM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: Changing Font Size of Flyout Menus

To see the font size setting that is actually being used, in firebug, scroll down the css pane until you see the first font statement setting that is not crossed out. The css gets inherited, so searching for font statements in the style sheet will be really difficult - just use Firebug to tell you exactly what is setting it.

If this is for the website in your signature - to make the font bigger for the flyout menus, try adding a font size to this, which will take precedence over the font size it now inheriting:

.fancycat-icons-e a.sub-link:link, .fancycat-icons-e a.sub-link:visited, .fancycat-icons-e a.sub-link:hover, .fancycat-icons-e a.sub-link:active {
background-image: url("images/vivid_dreams/but_arrow.gif");
background-position: right 4px;
font-size: 20px;


}


You can try editing this directly in the Firebug pane, to make sure it works, before you start updating your own style sheets.

---
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote