2. Add a new style, name it home style or something and paste in the following:
Code: Select all
@-moz-document url(about:home) {
#searchLogoContainer {
display: none !important;
}
}
Code: Select all
@-moz-document url(about:home) {
#searchLogoContainer {
display: none !important;
}
}
Code: Select all
/* Alter about:home page background colour to hex code #1F1F1F 'Eerie Black' */
@-moz-document url("about:home") {
body {
background-color: #1f1f1f !important;
}
}