kaiosermann
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Bearded] Changing LogoEnglish Solution
Well guys day , since I apologize for the English google . I managed to solve in a ” strange ” . When you open the page the logo disappears because it is placed in a style tag which is inserted logo .
So to solve just open atravéz the google chrome source code delete all of the following style tags.
First TAG to remove the style (delete bold text)
<li id = ” accordion – section- bearded_logo_section ” class = ” accordion -section control -section control -section -default ” style = “display: none;” >
Second TAG to remove the style is within the previous TAG .
<li id = ” customize -control- bearded_logo ” class = ” customize customize -control -control- image” style = “display: none;” > … < / li >
and ready !!!
You will be able to change the logo . But it will only change after you refresh the page.
Solução em português
Bom dia galera. Ao abrir a pagina a logo some porque é colocado um style na tag onde é inserida a logo.
Então para resolver basta abrir codigo fonte atravéz do google chrome excluir todo o style das seguintes tags
Primeira TAG para retirar o estilo (APAGAR A PARTE QUE DESTAQUEI EM NEGRITO)
<li id=”accordion-section-bearded_logo_section” class=”accordion-section control-section control-section-default” style=”display: none;”>
Segunda TAG para retirar o estilo está dentro da TAG anterior.
<li id=”customize-control-bearded_logo” class=”customize-control customize-control-image” style=”display: none;”>…
e pronto !!!
Irá conseguir alterar a logo. Porém ela só irá alterar depois que você atualizar a página.
VLW GALERA !!!