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

    Hi,

    Is it possible to replace the logo with another image, if the site is below 767px?

    I believe this is the area to change it in:
    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {

    Thanks,
    Sandra

    #326499

    Hi Sandra

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

    @media only screen and (max-width: 767px) {
    .logo img { opacity: 0; }
    .logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-size: contain; }}

    Best regards,
    Yigit

    #326569

    You are my hero!

    Thanks

    #326572

    Hi!

    You are welcome, always glad to help :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change logo image on responsive/smartphone’ is closed to new replies.