How do you enlarge the logo on a Curatescape website?

Is it possible to enlarge the logo on a Curatescape website with code or some other method?

Many thanks, EHight

Hi @emhight, first make sure that you’ve cropped out any empty space within your logo file. If you still need to make the logo larger, you can go to Admin > Appearance > Configure Theme and add some Custom CSS under Advanced.

#navigation nav #home-logo img{
    max-height: 6em; // increment this number as needed
}
1 Like

Great. Many thanks for your help.