Site icon Catch Themes

Swap logo file for mobile?

Hi, I would like to have the logo switch to a different, narrower file on phones. The logo for desktop is too wide and shrinks too much for mobile. I tried
@media screen and (max-width: 767px) {
    #masthead {
        background-image: url("YOUR_IMAGE_URL");
    }
}
from another thread, but it was a different theme and clearly not what I needed. Is this possible? Thank you
Exit mobile version