Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Changing titlebar font

  • No replies
  • 1 has this problem
  • 5 views
more options
Locking duplicate thread.
Please continue here: [/questions/851246]

Using FF5 I want to change titlebar font color and remove the shadow, tried to do this with userchrome.css, but it doesn't do anything. Tried this code:

/* Change title color and remove shadow */

  1. personal-titlebar tabs tab,
  2. personal-titlebar toolbarbutton,
  3. personal-titlebar toolbaritem > label,
  4. personal-titlebar menubar > menu {

text-shadow: none !important; color: #000 !important; }

<blockquote>Locking duplicate thread.<br> Please continue here: [[/questions/851246]]</blockquote> Using FF5 I want to change titlebar font color and remove the shadow, tried to do this with userchrome.css, but it doesn't do anything. Tried this code: /* Change title color and remove shadow */ #personal-titlebar tabs tab, #personal-titlebar toolbarbutton, #personal-titlebar toolbaritem > label, #personal-titlebar menubar > menu { text-shadow: none !important; color: #000 !important; }

Modified by cor-el