Hi there, I have used the following code to remove the featured image in a portfolio item. This has worked on bigger screen sizes but not as the screen size is smaller. Could you advise on code that would hide it at all screen sizes please?
Thanks so much, Jen
.single-x-portfolio .entry-featured {
display: none;
}
.single-x-portfolio .entry-wrap {
float: none;
width: 100%;
}