Hi there,
Is there a way to remove the "More in this category" part below an item?
Cyberek wrote:Could You post direct url to place where I can find this text?
Cyberek wrote:You would like to remove only text, or perhaps also the links?
div.itemBody .itemNavigation {display: none;}
Cyberek wrote:Please edit: /templates/gk_creativity/css/override.css and add at its end:
- Code: Select all
div.itemBody .itemNavigation {display: none;}
Remember to enable "CSS override" in template settings - advanced section.