Hi,I'd like to assign an image ID to a specific image on my homepage so that I can hide it on mobile devices.
However, Muffin Builder doesn't appear to allow the addition of the img id attribute to images.
Can you please assist?
I have used this CSS to hide the image:
img#17462 {
display: none !important;
}
}
Comments