• Resolved bbaz213

    (@bbaz213)


    How do I change the size of the logo in the menu of the child theme Stout?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @bbaz213,

    You can increase the size of the logo using the following bit of CSS:

    .custom-logo {
       height: 150px;
    }

    You’ll want to add that to the ‘Additional CSS’ section of the customizer. You can get there from the dashboard by navigating to ‘Appearance > Customize > Additional CSS‘.

    Which should end up with something along the lines of:

    Let us know how that goes on your end!

    Thread Starter bbaz213

    (@bbaz213)

    Thanks that worked

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Size of Logo in Menu’ is closed to new replies.