• Resolved zumran123

    (@zumran123)


    Hello I do not see an option when I am in customize how can I change the size of the logo please.

Viewing 1 replies (of 1 total)
  • Hi @zumran123,

    It isn’t an option for that out of the box in Hestia theme, but you can add the following custom CSS in your Appearance -> Customize -> Additional CSS:

    .navbar .navbar-header .navbar-brand img {
         width: 200px !important;
         max-height: 200px !important;
    }

    You can change the sizes with your desired ones.

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘How to change the size of the logo’ is closed to new replies.