Snaps theme logo size
-
Is it possible to increase the size of the logo in the Snaps theme using CSS? I don’t want to make it much bigger, just around 450px perhaps.
The blog I need help with is: (visible only to logged in users)
-
Hi there, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS. let me know if you have any issues.
.site-logo-link img { max-height: 200px; max-width: 450px } -
-
Hi there, on https://bryanscott-photography.com/ you have the site title hidden. On Snaps though, this is what you would need, and then adjust the 2.25em value as desired.
.site-title { font-size: 2.25em; }
- The topic ‘Snaps theme logo size’ is closed to new replies.