搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How do you change the color of the title text?

  • 5 个回答
  • 7 人有此问题
  • 21 次查看
  • 最后回复者为 cor-el

more options

The main title text for the tap your currently on shows up centered one line above the tab row. The default is black text, with a gray drop shadow, but that doesn't work with dark background themes/personas. How do I go about changing that text color so that its visible on a dark background. I've tried changing font stylings in general for the browser, and I've tried changing the color values in the about:config for the persona, but none of that works. How do you change the color of the title text?

The main title text for the tap your currently on shows up centered one line above the tab row. The default is black text, with a gray drop shadow, but that doesn't work with dark background themes/personas. How do I go about changing that text color so that its visible on a dark background. I've tried changing font stylings in general for the browser, and I've tried changing the color values in the about:config for the persona, but none of that works. How do you change the color of the title text?

所有回复 (5)

more options

orange Firefox button (or Tools menu) > Options > Content > "Colors" button

Try these links too

more options

That colors option under content doesn't change the color of the title text, but thanks anyways

more options

Can you attach a screenshot to show which color you want to change?

Use a compressed image type like PNG or JPG to save the screenshot.

more options

attached image

more options

That looks like a problem with the Persona that you use.

You can try to change the default color by editing the textcolor value in the lightweightThemes.usedThemes pref on the about:config page.
This pref stores all installed Personas and the first entry defines the settings for the selected Persona.

You may also be able to change the color only to the title bar with code in userChrome.css (possibly #titlebar {color: #xxxxxx !important;}).

The DOM Inspector (DOMi) has a menu item (Edit > Select Element By Click) and a toolbar button "Find a node to inspect by clicking on it" (left icon on the toolbar in the DOMi).

  • open the browser window in the DOMi (File > Inspect Chrome Document) and choose the first from the list.
  • click the "Find a node to inspect by clicking on it" button and use the keyboard (Alt Tab) or the Task bar to go back to the browser window (do not click in the browser window other than the title bar).
  • click that element with the mouse and keep the button pressed until you see a red border to indicate the the DOMi has located that element in the DOM tree.