Change header and logo size on home page

I understand how to change the header and logo size in general.

.d-header #site-logo {
  max-height: 140px;
}
.d-header {
    height: 150px;
}

was used in the CSS section of admin. But I am wondering how to modify the size only on the home page.

Try to use this target in your css .navigation-topics .logo-big instead of .d-header #site-logo

2 curtidas

Olá Daniela, esse CSS também não parece funcionar para mim para alterar o tamanho do logotipo SVG na navegação…

Abraços,

Alex

Este é um tópico muito antigo; agora existe um componente de tema para alterar o tamanho do logotipo do seu site.

3 curtidas

Oi Daniela, obrigada! Sem problemas – consegui resolver. Aqui está o CSS para quem mais precisar:

.logo-big {
  width:8vw!important;   
  min-width:100px;
}
2 curtidas