Archived topic
header elements problem
5 replies · Started by jose cases on July 6, 2020
I create s header with elements with a custom image and so on.
I look great.
Bu t in mobil i ned to remove the custom image as text cannot be read.
Im taking a look to options but i cannot se how to remove the custom image only for mobile
Some body can help me?
Regards,
Hi there,
Do you need to remove the image on all page hero or just the home page hero?
Hello, i need to show image in all site, but onoy in desktop.
Thanks
Hi there,
try this CSS:
@media (max-width: 768px) {
.page-hero {
background-image: none !important;
}
}
Great.
Solved!
Many thanks!
You're welcome