How or where can I change the size of the logo image in news theme? Regards Niklas
Hi Niklas,
You can use this custom CSS:
.logo-image img { max-height: 120px !important; }
and change to your desired value.