Media Query to Hide Featured Image
-
Hello – I need to hide the event ‘featured image’ using a media query below 685px.
I tried the following media query but it doesn’t work:
@media only screen and (max-width: 685px) {
.attachment-full size-full wp-post-image img {
display: none;
}
}Please advise on the correct element to target and any syntax issues with my code.
Thank you!
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Media Query to Hide Featured Image’ is closed to new replies.