• Hi there,

    I am in the process of building a new website. I am using WordPress Stout theme (through Beaver Builder) and can’t figure out how to increase the logo size in the header. And I also can’t figure out how to incorporate CSS into the page to fix anything. I have looked up CSS code online and tried to enter it into the areas of the site (according to other forums) but nothings seems to happen.

    Does anyone have any ideas or suggestions? I don’t know how to enter code in appropriately through Beaver Builder

    Thank you,
    Michelle

Viewing 1 replies (of 1 total)
  • You should be able to add CSS either using Beaver Builder’s Customizer option “Code”, or the default WordPress option “Advance CSS”. Both will work.

    The CSS code for your site, should be:

    .custom-logo {
        height: 130px !important;
    }

    Changing 130px to whatever you want, will change the size of your logo as the width is set to auto.

    ^V

Viewing 1 replies (of 1 total)
  • The topic ‘Increase Logo Size in Header (Stout theme)’ is closed to new replies.