Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28547

    Is it possible to keep logo shrinked at all times? I like the height 58px so I would like the small logo enabled at all times, how can I achieve this? Preferably using code in child theme so I can support without altering upon updates.

    Thank you in advance :)

    #137904

    Hi,

    You can decrease the size of the logo using this on your custom.css or Quick CSS:

    .logo, .logo a {
    height: 70%;
    }

    Do you also want to shrink the size of the header or just the logo?

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Permanent logo shrinked?’ is closed to new replies.