Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi! You can do this without a plugin. WordPress generates unique CSS classes to the body tag of each page. In your case you need something like this:

    .page-id-2330 .entry-thumb {
      display: none;
    }
    Thread Starter alexsouthwriter

    (@alexsouthwriter)

    gaintsev, that worked perfectly.

    Thanks 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS Code to hide an Image.’ is closed to new replies.