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;
}