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;
}
}
Thank you for this. Really helped me with the Photonic theme which modified and flattered that icon making it ugly.leothetechguy wrote: ↑2022-10-21, 15:581. Download the Stylem extension: https://addons.palemoon.org/addon/stylem/
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; } }