Hi all,
I am using the boundless theme. Its a really nice set up. However, I just wish the logo was bigger on the homepage. Is there a way to increase the logo? I feel its just too small the way it currently is.
My website is www.PennsylvaniaParks.org
Thanks!
@Justin34 Hello
Check customizer setting if there logo size available or Add this css to theme.scss.css . 110px is new size you can increase / decrease it.
.site-header__logo img { max-height: 110px; }
Thank You! Thanks You! Thank you That worked perfectly.
@Justin34 you welcome