Mudanças entre as edições de "Alterar logo principal e logo pequeno"
Ir para navegação
Ir para pesquisar
Linha 1: | Linha 1: | ||
Acesse via FTP a pasta: | Acesse via FTP a pasta: | ||
<nowiki> | |||
pub/media/emthemes/themesettings/smalllogo/ | pub/media/emthemes/themesettings/smalllogo/ | ||
</nowiki> | |||
Suba suas imagens para esta pasta e depois na administração vá até <code>EMTHEMES/Themes Settings/Everything Settings/Typography Settings/Custom CSS</code> e na caixa '''Your Custom CSS''' adicione o seguinte código CSS passando ao final | Suba suas imagens para esta pasta e depois na administração vá até <code>EMTHEMES/Themes Settings/Everything Settings/Typography Settings/Custom CSS</code> e na caixa '''Your Custom CSS''' adicione o seguinte código CSS passando ao final | ||
a imagem que você subiu, neste caso estou atribuindo as imagens '''cel-white.png''' e '''cel-symbol.png''': | a imagem que você subiu, neste caso estou atribuindo as imagens '''cel-white.png''' e '''cel-symbol.png''': | ||
<nowiki> | |||
img.retina-img{content:url(http://celmoveismagento.tk/pub/media/emthemes/themesettings/smalllogo/cel-white.png);} | img.retina-img{content:url(http://celmoveismagento.tk/pub/media/emthemes/themesettings/smalllogo/cel-white.png);} | ||
</nowiki> | |||
<nowiki> | |||
img.logo-small{content:url(http://celmoveismagento.tk/pub/media/emthemes/themesettings/smalllogo/cel-symbol.png);} | img.logo-small{content:url(http://celmoveismagento.tk/pub/media/emthemes/themesettings/smalllogo/cel-symbol.png);} | ||
</nowiki> |
Edição atual tal como às 12h07min de 22 de fevereiro de 2018
Acesse via FTP a pasta:
pub/media/emthemes/themesettings/smalllogo/
Suba suas imagens para esta pasta e depois na administração vá até EMTHEMES/Themes Settings/Everything Settings/Typography Settings/Custom CSS
e na caixa Your Custom CSS adicione o seguinte código CSS passando ao final
a imagem que você subiu, neste caso estou atribuindo as imagens cel-white.png e cel-symbol.png:
img.retina-img{content:url(http://celmoveismagento.tk/pub/media/emthemes/themesettings/smalllogo/cel-white.png);}
img.logo-small{content:url(http://celmoveismagento.tk/pub/media/emthemes/themesettings/smalllogo/cel-symbol.png);}