Archived topic
Show featured image in mobile pages only
3 replies · Started by maria on August 8, 2019
I'd like to show featured images in mobile pages only. I've added the following CSS, but it's not working for me. What am I doing wrong?
@media (min-width: 769px) {
.page .featured-image {
display: none;
}
}
(For blog posts, I'd the featured images to always show.)
Hi there,
can you link me to a page where this is a featured image?
You can edit your original topic and change the Site URL.
Oops... I had forgotten to save the featured image. The CSS does work after all. Apologies for the confusion.
:) Glad to hear you got it resolved.