• I am currently building a blog for work using the Mega Blog Theme free version. I would like to make the logo larger and change the font in multiple places on the blog. Is there a way to do this without going into CSS?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themepalace

    (@themepalace)

    Hi @shopcustomhomeblog

    Please go to Customizer – Additional CSS and copy and paste the following code:

    .site-branding img.custom-logo {
    max-height: 100%;
    }

    This will update the logo size to its default size. You cannot change font in multiple places on the blog in free version.

    Thank you.
    Theme Palace

    chrissybel78

    (@chrissybel78)

    I tried this css and the logo is now too big on my website. Is there another code to increase the logo size by 50% and not 100%? Thank you.

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