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

How to customize the header? I want the header bigger to see more of the personas picture.

  • 1 reply
  • 1 has this problem
  • 2 views
  • Last reply by cor-el

more options

I use firefox with linux. Perhaps therefore none of the solutions that were presented works??

I use firefox with linux. Perhaps therefore none of the solutions that were presented works??

All Replies (1)

more options

A Light weight theme (Persona) covers the user interface part of Firefox (toolbar area) and not the browser window with internet pages. Make sure that all default toolbars are visible. See also this extension for an extra toolbar:


Another possibility to see more of the Persona is to set a min-height to the navigator-toolbox with code in the userChrome.css file or by using the Stylish extension.

Add code to the userChrome.css file below the default @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#navigator-toolbox {min-height:200px!important}

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.