Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #428202

    Hello Kriesi-Team,

    I look for a solution how to automatically scale the svg logo in the shrinking header. Right now the logo is displayed correctly but as soon as the header is shrinking, the logo does no rescaling. Could you please help me out?

    Cheers

    #428222

    Hey nini_bacher!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .header-scrolled .logo {
      width: 170px;
      height: 73px;
    }

    Best regards,
    Yigit

    #428256

    Thank you Yigit,

    this helped, thank you.

    Another issue came up with the logo display in the mobile version: the original logo is suppressed and replaced by the svg file, but in the mobile version the suppressed logo shows again …

    Do you have a fix for this as well?

    Cheers

    #428272

    Hi!

    Please add following code to Quick CSS as well

    .responsive .logo img { opacity: 0!important; }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.