Hi I found this on an old post to remove image container from a page.
HTML Code:
.page-id-572 #imagecontainer {
display: none;
}
But I have 50 pages I wish to not show the images on, do I need to put this code in 50 times?
Thanks
Steve