Heya all Drupal Devs,

I am trying to achieve something on Views Pager, and I think i need your help in same.
Scenario is as follows :-

What I want - I am trying to a remove the text "first", "previous", "next", "last" from the pager of this block only and not of any other block or view.

I have tried overriding theme_pager which in turn removes it for every view or everywhere theme_pager is called.

I have also checked on different views hooks, and haven't got any success.

Currently, I have achieved this via CSS (display:none), but can be manipulated with developer tools, Hence, I would like to this via code.

Any help appreciated.

--
Regards,
Vaibhav Jain