Account Popup Bold Text

bambua

Well-known member
Anyone know what the style property is that sets the account name to bold here:

Screen Shot 2011-10-17 at 11.13.37 AM.webp

I can set it manually with EXTRA.css easily if I have to but would rather do it with a property if it is one.

Thanks!
 
I don't think that's it, I'm using the default style and here's the CSS it's getting the bold from:

Code:
/* ---------------------------------------- */
/* Account Popup Menu */

.navTabs .navTab.account .navLink
{
    font-weight: bold;
}

None of the style properties in that group on my board are bold.
 
Search for that css in the templates to see which template's it's in.

It might have been set directly in the css templates, rather than Style Properties.
 
Search for that css in the templates to see which template's it's in.

It might have been set directly in the css templates, rather than Style Properties.
Yeah it's directly set, not sure why I totally blanked on searching the templates. That said have to love the admin search can find most style properties pretty easily now.
 
Top Bottom