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.
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
Ciao Daniela, anche questo CSS non sembra funzionare per me per cambiare le dimensioni del logo SVG nella barra di navigazione…
Un saluto,
Alex
Questo è un argomento molto vecchio: ora esiste un componente tema per modificare la dimensione del logo del tuo sito,
Ciao Daniela, grazie! Dimentica: l’ho risolto. Ecco il CSS per chiunque ne abbia bisogno:
.logo-big {
width:8vw!important;
min-width:100px;
}