Hi
There a 2 ways:
1) install the free plugin https://wordpress.org/plugins/loco-translate/
You can use it to replace all string in theme.
ps: If you want to replace other string, you could consider to use this plugin.
2) use custom css to hide the “IN”
Please paste the style code to Custom Css(Appearance / Theme Options / Custom Css):
.gird-blog-meta {
font-size: 0!important;
}
.grid-meta-a {
font-size: 14px!important;
}
ps: if you only want to hide this one place, you could use the custom css. it is easier way.
Cheers!
Bwsm – uiueux.com – Twitter – Facebook