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

    Hallo zusammen,

    ich habe auf der Webseite (vgl. Private Content) zwei Varianten des Logos (farbig und grau) eingebunden. Wie kann ich erreichen, dass auf einem Smartphone/Tablet standardmäßig die farbige Variante ausgewählt wird?! Der Wechsel von farbig auf grau beim Scrollen bei der Desktopansicht soll beibehalten werden.

    Danke vorab.

    Viele Grüße
    Jan

    #869465

    Hey jng,

    Thank you for using Enfold.

    Please use the following css code to display the colored logo on mobile view.

    @media only screen and (max-width: 767px) {
    .responsive #top .av_header_transparency.av_alternate_logo_active .logo a>img {
        opacity: 0;
    }
    
    .responsive #top .av_header_transparency .logo img.alternate {
        display: block;
    }
    }

    Best regards,
    Ismael

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