Hi,
How could I change the logo size? I would like to increase it. Thank you in advance. Regards
edna-bonfim Hi Add this code in custom css in the template style settings
.navbar-brand .logo-img, .navbar-brand .logo-img-sm { max-height: 60px; }
Increase height value as per needs.
Thank you, it's works fine now :-)
edna-bonfim You are welcome!