Hide link leading to a post on Twitter

Add this code to the Custom CSS field on the Style tab of your Twitter Feed widget’s settings:

.eapps-twitter-feed-posts-item-text a:not(:first-child) {
display: none !important;
}
1 Like