cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Inquisitiveness

itopires
Making moves

Hello Firefox lovers dear, will we have an update in the future with the option to save the sites we add in the collection tab and also options to change the background to a walpapers of our own and still save our shortcuts created also in our mozzila account

4 REPLIES 4

Agentvirtuel
Contributor

Hello

https://superuser.com/questions/1495946/how-do-i-change-the-background-image-of-home-page-in-firefox

Example

 

@-moz-document url(about:home), url(about:newtab), url(about:privatebrowsing) {
    .click-target-container *, .top-sites-list * {
        color: #fff !important ;
        text-shadow: 2px 2px 2px #222 !important ;
    }

    body::before {
        content: "" ;
        z-index: -1 ;
        position: fixed ;
        top: 0 ;
        left: 0 ;
        background: #f9a no-repeat url(Cedar_Mountain_Formation_Yellow_Cat_Fauna.png) center ;
        background-size: cover ;
        width: 100vw ;
        height: 100vh ;
    }
}

 

1.png

I understood the position, it was just a suggestion, of the great browsers of our daily lives, Firefox is unique in every way.

Agentvirtuel
Contributor

Hello

I voted

Total, 1 kudo , currently

Agentvirtuel
Contributor

Hello

Other example

Firefox Color https://addons.mozilla.org/firefox/addon/firefox-color
Custom backgrounds
+
userContent.css

@-moz-document url(about:home), url(about:newtab), url(about:privatebrowsing) {
    .click-target-container *, .top-sites-list * {
        color: #fff !important ;
        text-shadow: 2px 2px 2px #222 !important ;
    }

    body::before {
        content: "" ;
        z-index: -1 ;
        position: fixed ;
        top: 0 ;
        left: 0 ;
        background: #f9a no-repeat url(Flower_and_tree_drawing.png) center ;
        background-size: cover ;
        width: 100vw ;
        height: 100vh ;
    }
}

 

 

1.png

Advanced Firefox themes engine
https://connect.mozilla.org/t5/ideas/advanced-firefox-themes-engine/idi-p/46174