How does one disable the More in this category area in K2 items. I have tried setting all the settings to hide in the item and category settings but it still appears.
Could someone point me in the right direction.
Jim
Konrad M wrote:Hi,
can you give me url to page with this more ?
.itemView .itemNavigation {
display:none !important;
}
Konrad M wrote:To remove more please add to override.css
- Code: Select all
.itemView .itemNavigation {
display:none !important;
}
and remember to enable override.css option in template settings.
Konrad M wrote:About images please go to module settings. Here in thumbnails section please set 'Thumbnail stretch' to off.
About, written by I suggest go to language/en-GB/ and here please find lang k2 file. Inside you would by able to change it.