Text view.. shows images?

So, I was SUPER excited about text view when it came out, but I feel like I’m missing something. It is generally almost exactly the same as Feed view. I was sort of expecting no images to show up in posts with that view selected :slight_smile:

1 Like

Ahh, yup. Text view is a great name, but you’re right, it does show non-Text. If you want some advanced customization, I would just add a simple CSS rule to your browser stylesheet.

.NB-text-view .NB-feed-story-content img {
display: none;
}

Rock on! That’s perfect :smiley: