Hello,
to increase the logo size you can use this CSS in a child themes style.css or Additional CSS section of the WordPress Customizer:
.logo-container a img {
max-height: 100px;
padding: 10px 0;
}
Please provide some feedback whether this solved your issue and mark the topic as resolved.
It worked for me, thanks! But when i scroll down site, logo decreased more than necessary.
UPD:
I figured out size of light logo css:
.nav-container.floated.fixed .logo-container a img {
max-height: 60px;
}
-
This reply was modified 8 years, 10 months ago by
katerkoff.
-
This reply was modified 8 years, 10 months ago by
katerkoff.
-
This reply was modified 8 years, 10 months ago by
katerkoff.
Great you found the solution!