Hey, I want to remove the image from ‘Image With Text’ for mobile users. See the red circle on the attached images. I assume I will need to edit code, there is no option for this in theme settings. Thanks in advance ![]()
Hi @StoreOwner1231 ,
You need an specific code for this that works only to a certain section. Is there anyway you can share your website?
Hello @StoreOwner1231
Can you share your website URL so that I can check and help you to fix this?
Hey @SmallTask @made4Uo , my website is flytecaps.com. Thanks ![]()
Do you want to remove this section only from mobile?
That’s correct. I want to keep the text, and remove only the image
Hi @StoreOwner1231 ,
- From your Admin Page, click Online Store > Themes >Actions > Edit code
- In the Asset folder, open the base.css
- Paste the code below at the very bottom of the file.
@media only screen and(max-width: 750px) {
.image-with-text__media-item.image-with-text__media-item--small.image-with-text__media-item--top.grid__item {
display: none;
}
}
Doesn’t seem to change anything
Hello
pass: abidas1
screenshot
i want to hide this image on mobile devices,
already tried
@media only screen and (max-width: 766px) {
.pa t__0 l__0 b__0 r__0 {
display: none!important;
}
}
tell me which file should i paste this on, tried on many
CSS files list

