In "Creativity" template, how to delete image in items

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Aug 14, 2013 3:07 pm
Hello,

First of all, sorry for my english :?

I use Joomla 3 & Creativity Template :
I want to delete/hide the image of my K2 items when I select it in my home page.
I want to keep the thumbnails but hide the image in article's page.

Maybe there is an another topic about this subject ?

Thanks !
User avatar
Fresh Boarder

GK User
Wed Aug 14, 2013 3:24 pm
You can hide it in K2 item options not to display image. Alternatively add below css which will hide it.

You can add the css in override.css located in templates css folder and then enable css override option in template settings > advanced settings.

Code: Select all
.itemImageBlock { display:none;}


See you around...
User avatar
Platinum Boarder


cron