This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

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

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

Make Speed Dial Transparent

more options

I have a theme set for the hole of Firefox. I was wondering if I could make the Speed Dial transparent so I can see all of the theme.

Thank you!

I have a theme set for the hole of Firefox. I was wondering if I could make the Speed Dial transparent so I can see all of the theme. Thank you!

All Replies (5)

more options

try see here Userstyle

more options

@Nellus91 No, it just came up with the same as it did before I installed the plugin.

more options

Sorry also try Super Start

more options

@Nellus91 It's not showing my browser theme. I went to the add-on setting (prefences) and change it to transparent, still not my browser theme. :(. Might have to say Bye-bye Firefox.

more options

When you say "speed dial" do you mean the built-in new tab page with the 9 thumbnails?

Since you have the Stylish extension, try this:

Select the following style rule and copy it:

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:newtab") {
    #newtab-scrollbox {
        background-color:transparent !important;
        background-image:none !important;
    }
}

Display the new tab page

Click the Stylish menu button ("S" icon) and choose Write New Rule > Blank Style

Paste into the larger box with the initial line number 1 on the left

Click the Preview button

If it works, name it and save it. You're done.