Reply To: Logo Image – Polylang translation

#22957
Daniel Tara
Keymaster

Here’s a new CSS code that should make the logo ft properly and shrink on scroll:

html[lang="en-GB"] .site-logo {
    opacity: 0;
}

html[lang="en-GB"] .navbar-brand {
    background-image: url(http://kvae.web2v.ukf.sk/wp-content/uploads/2017/07/logo-english.png);
    background-position: 15px 16px;
    background-repeat: no-repeat;
    background-size: auto 44px;
    transition: background-size .25s ease;
}

html[lang="en-GB"] .navbar-large .navbar-brand {
    background-size: auto 64px;
}