• Resolved thelyall

    (@thelyall)


    Hello,

    I really like this theme and think it’s great!

    I think I’ve found a bug though – I can upload the logo for the standard header no problem, but when I select a logo to add for the transparent header it forces me to crop the logo to a square. This means I have to disable the transparent header as the standard logo is unclear against the background and it will only let me crop it to a square for that option.

    Please can you advise?
    Thanks

Viewing 1 replies (of 1 total)
  • Hi,

    We are working on a new release which will include this fix as well.
    If you want a quick fix until the release, you can make a small change in the class-hestia-header-controls.php file that can be found in
    inc > customizer > general.

    Instead of

    'flex-width'  => true,
    'flex-height' => true,

    Add this

    'flex_width'  => true,
    'flex_height' => true,

    Regards,
    Rodica

Viewing 1 replies (of 1 total)
  • The topic ‘Forced cropping on logo for transparent header’ is closed to new replies.