Shape 5

Joomla Templates => Emma Smooth - Club => : arty October 06, 2009, 12:32:59 PM



: how to remove the intro text from the image news/main top showcase.
: arty October 06, 2009, 12:32:59 PM
Anyone know how to accomplish this?


: Re: how to remove the intro text from the image news/main top showcase.
: mikek October 06, 2009, 12:52:03 PM
Hello, if you add the following to the bottom of your template_css.css file it will hide it:

#s5_image_news_content_window, #s5_image_news_ps {
display:none;
}


: Re: how to remove the intro text from the image news/main top showcase.
: arty October 06, 2009, 02:41:08 PM
Thank you Mike, this worked just fine, one more thing, when you click on the image, it is linked, how can I remove the links, so the images are static?


: Re: how to remove the intro text from the image news/main top showcase.
: mikek October 07, 2009, 08:27:37 AM
Hello, you wouldn't be able to do that without a lot of custom programming, the images are meant to be navigation for the top area.