Hi all customer,
If your logo size is too small you can change it by add custom CSS.
You can go to Appearance -> Customize -> Additional CSS and add this code:
header.haru-main-header .header-logo a img {
max-height: 75px; // You can change to other value
}
header.haru-main-header .haru-header-nav-wrap.nav-sticky .header-logo a img {
max-height: 35px; // You can change to other value
}
header.haru-mobile-header .haru-mobile-header-wrap .haru-mobile-header-container .haru-mobile-header-inner .header-logo-mobile img {
max-height: 60px; // Logo size on mobile
}
More detail you can see in this video tutorial: https://www.youtube.com/watch?v=_OJ8mByfDUU
Hope this help!
****
Regards,
HaruTheme
-
This topic was modified 2 years, 4 months ago by
admin.
-
This topic was modified 2 years, 4 months ago by
admin.
-
This topic was modified 2 years, 4 months ago by
admin.
-
This topic was modified 2 years, 2 months ago by
admin.