how can increase the logo size at the homepage ?
Debuty theme
how can increase the logo size at the homepage ?
Debuty theme
Hello There,
.site-header__logo-image {
max-width: 310px;
}
.site-header__logo-image img {
width: 125%;
max-width: 310px !important;
}
thanks for your answer,
the logo size is still too small