Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

How to remove the "Firefox" text that is under/beside the Firefox logo

  • 3 відповіді
  • 1 має цю проблему
  • 76 переглядів
  • Остання відповідь від cor-el

more options

I am just trying to figure out how to remove the "Firefox" text that is under/beside the Firefox logo. Please refer to the picture to see what I am talking about if you are confused. Thank you in advanced!

I am just trying to figure out how to remove the "Firefox" text that is under/beside the Firefox logo. Please refer to the picture to see what I am talking about if you are confused. Thank you in advanced!
Прикріплені знімки екрана

Обране рішення

nishantann said

In the source code of the page there is a hyperlink named chrome://activity-stream/content/css/activity-stream.css Under that link there is another linking url i.e., chrome://branding/content/firefox-wordmark.svg If you can remove this link from the source code, your idea will definitely work.

Couldn't find out how I could do this, (I haven't touched html related stuff in a while). But you helping me with the links to where the "wordmark" picture helped me find the solution. So, if anyone wants to know how I got rid of the workmark on the about:newtab page. Go to this reddit post: https://www.reddit.com/r/FirefoxCSS/comments/pa6vaz/how_can_i_remove_the_firefox_logo_and_text_from/ Warning: This link/webpage is not managed by mozilla Make sure to edit where it says ".logo-and-wordmark" to ".wordmark" instead if you are just looking to get rid of the wordmark.

Читати цю відповідь у контексті 👍 0

Усі відповіді (3)

more options

In the source code of the page there is a hyperlink named chrome://activity-stream/content/css/activity-stream.css Under that link there is another linking url i.e., chrome://branding/content/firefox-wordmark.svg If you can remove this link from the source code, your idea will definitely work.

more options

Вибране рішення

nishantann said

In the source code of the page there is a hyperlink named chrome://activity-stream/content/css/activity-stream.css Under that link there is another linking url i.e., chrome://branding/content/firefox-wordmark.svg If you can remove this link from the source code, your idea will definitely work.

Couldn't find out how I could do this, (I haven't touched html related stuff in a while). But you helping me with the links to where the "wordmark" picture helped me find the solution. So, if anyone wants to know how I got rid of the workmark on the about:newtab page. Go to this reddit post: https://www.reddit.com/r/FirefoxCSS/comments/pa6vaz/how_can_i_remove_the_firefox_logo_and_text_from/ Warning: This link/webpage is not managed by mozilla Make sure to edit where it says ".logo-and-wordmark" to ".wordmark" instead if you are just looking to get rid of the wordmark.

more options

Note that for the logo there is a pref on the about:config page, but there isn't a pref for the wordmark so this text can only be hidden via userChrome.css.