Viewing 1 replies (of 1 total)
  • Hi there,

    First of all, a quick suggestion: don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

    Once you’re set up to add your own custom CSS, this snippet should do the trick for you:

    .siteHeader_logo.navbar-brand img {
        max-height: 80px;
    }

    You can change the max-height value to whatever height you’d like your logo to use. ??

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