Increase size of active link
Permalink Browser Info EnvironmentIn the fist code line of the last section of the css file (see below), I've tried both of these:
font-size:larger;
font-size:200%;
Neither has had any effect. Can you tell me the correct script and place to do this? Thanks!
/*** ccm customizations ***/
ul.sf-menu .nav-selected { font-weight:bold; }
ul.sf-menu li.nav-selected li{ font-weight:normal; }
Type: | Discussion |
---|---|
Status: | New |
or you can precisely specify the size in pixels by using px:
This seems to work for me on my site.