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
Привет, Даниэла, этот CSS тоже, похоже, не работает у меня для изменения размера SVG-логотипа в навигации…
С наилучшими пожеланиями,
Алекс
Это очень старая тема. Теперь существует компонент темы для изменения размера логотипа вашего сайта:
Привет, Даниэла, спасибо! Забудь – разобрался. Вот CSS для всех, кому это может понадобиться:
.logo-big {
width:8vw!important;
min-width:100px;
}