Hi. How can we help?

Hide the featured image on article pages

Last updated: 08 December 2017

TEXTman only allows to set a featured image. The featured image is being used for the intro image and the full text image in Joomla. TEXTman assumes that an intro image is a smaller version of the full image, and not a different image, or left blank.

However, we recognise that there may be instances where you want to show the TEXTman featured image on category blog pages but hide it on the article page itself. In order to hide the featured image on article pages you should add the following CSS snippet to your template's stylesheet:

body .item-page .item-image {
  display: none !important;
}

Learn more about how to override the template css