Hi,
I want to remove the next article title in pagination section in NSPGK5 but I want retain pagination buttons.
Something like this:
http://ctrlv.in/447341
.box.highlights .nspTitleArea h4 a {
display: none;
}