为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

I have a theme, that shows more of it self, the more tool bars I have open so in an older version I added many blank tool bars, how can I do this?

more options

Had to reinstall OS and everything on it including fire fox, but nothing looks the same.

I think I was using version 28, I had like six blank tool bars, and now with the customize feature I don't know how to get them back.

I'm also missing the large Icons for Home, back forward like I had in 28, and I can't find a refresh button anywhere that isn't a part of my address bar.

Is there any way to fix all this?

Had to reinstall OS and everything on it including fire fox, but nothing looks the same. I think I was using version 28, I had like six blank tool bars, and now with the customize feature I don't know how to get them back. I'm also missing the large Icons for Home, back forward like I had in 28, and I can't find a refresh button anywhere that isn't a part of my address bar. Is there any way to fix all this?

被采纳的解决方案

The Classic Theme Restorer add-on provides most features you're looking for.

With Classic Theme Restorer, you can only have one additional toolbar though. You could use a user style to enlarge the last toolbar instead. For example, if the last toolbar is the Bookmarks Toolbar:

  1. Install Stylish and restart Firefox when prompted.
  2. Click the ≡ Menu Button and choose Add-ons.
  3. In the Add-ons Manager, click User Styles on the left.
  4. Click the Write New Style button at the top. Paste the following in the text box, give the style a name, then click the Save button.

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

#PersonalToolbar { padding-bottom: 100px !important; }

If you don't want to install an add-on, you can use the userChrome.css file instead, but I don't recommend it.

定位到答案原位置 👍 1

所有回复 (2)

more options

选择的解决方案

The Classic Theme Restorer add-on provides most features you're looking for.

With Classic Theme Restorer, you can only have one additional toolbar though. You could use a user style to enlarge the last toolbar instead. For example, if the last toolbar is the Bookmarks Toolbar:

  1. Install Stylish and restart Firefox when prompted.
  2. Click the ≡ Menu Button and choose Add-ons.
  3. In the Add-ons Manager, click User Styles on the left.
  4. Click the Write New Style button at the top. Paste the following in the text box, give the style a name, then click the Save button.

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

#PersonalToolbar { padding-bottom: 100px !important; }

If you don't want to install an add-on, you can use the userChrome.css file instead, but I don't recommend it.

more options

Thanks for the help!