Skip to content

How to revert the icon change for the menu button and newtab page? #218

Answered by Godiesc
ItzELECTR0 asked this question in Q&A
Discussion options

You must be logged in to vote

hi,
you can make this change with 2 steps:

  1. Pate the previous logo (foxmenu.svg) image into chrome/icons folder:
  1. Copy and paste this code at the end of the chrome/components/ogx_UC-newtabpage.css file:
.alt-stop { stop-color: var(--fuchsia) !important; }                                          /* left color logo-and-wordmark */
.main-stop { stop-color: var(--blue) !important; }                                           /* right color logo-and wordmark*/

@-moz-document url(chrome://browser/content/browser.xul), url(about:newtab), url(about:home), url(about:privatebrowsing) {
    .logo{
        background: url("../icons/foxlogo.svg") no-repeat center/90px !important;
        width: 90…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ItzELECTR0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants