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
Hey Daniela, dieser CSS-Code scheint auch bei mir nicht zu funktionieren, um die Größe des SVG-Logos in der Navigation zu ändern…
Viele Grüße,
Alex
Dies ist ein sehr altes Thema. Jetzt gibt es eine Theme-Komponente, mit der Sie die Logo-Größe Ihrer Website ändern können,
Hallo Daniela, danke! Ist schon okay – ich habe es herausgefunden. Hier ist der CSS-Code für alle anderen, die ihn benötigen:
.logo-big {
width:8vw!important;
min-width:100px;
}