example:
In the section look for the image you want to hide. and place a custom class.
This is the section of the first image
-Now an example of CSS code passes you
@media only screen and (min-width: 400px) {
.desktop-visible { display:none;}
}
example:
In the section look for the image you want to hide. and place a custom class.
This is the section of the first image
-Now an example of CSS code passes you
@media only screen and (min-width: 400px) {
.desktop-visible { display:none;}
}