Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Different Website Header Logo not displaying on FF. Works on other browsers.

  • Nessuna risposta
  • 1 ha questo problema
  • 4 visualizzazioni
more options

Dear all,

On my Wordpress Divi theme page, the different header "logo" is not displaying on FF. Displays on every other browser (except Tor); which engine is FF based. I've read somewhere this is a known FF issue.

This is what i am referring to: https://dev.to/marklchaves/changing-up-header-logos-26c5

CSS Code: .pageid-123 #logo {

   display: none !important;

}

.pageid-123 .logo_container {

   background-image: url(https://balistreetphotographer.files.wordpress.com/2019/02/balistreetphotographer-logo-2-slashes-65.png);
   background-repeat: no-repeat;
   width: 100px !important;

}


If here is not the right place for this question where could i post it? To see if someone could maybe provide a solution/workaround.

Dear all, On my Wordpress Divi theme page, the different header "logo" is not displaying on FF. Displays on every other browser (except Tor); which engine is FF based. I've read somewhere this is a known FF issue. This is what i am referring to: https://dev.to/marklchaves/changing-up-header-logos-26c5 CSS Code: .pageid-123 #logo { display: none !important; } .pageid-123 .logo_container { background-image: url(https://balistreetphotographer.files.wordpress.com/2019/02/balistreetphotographer-logo-2-slashes-65.png); background-repeat: no-repeat; width: 100px !important; } If here is not the right place for this question where could i post it? To see if someone could maybe provide a solution/workaround.