Hello,
i would you like to delete information form post in news grid! every single post!
and i have another problems, i want to remove the button "find more news". In which code NSP should I look for?
thanks
antonello
.gk-nsp-news_grid > a {
display: none;
}
.item-info,
.item-author,
.entry-header time {
display: none;
}