H Hobiehomecat Member Jun 24, 2025 #1 I run a little 1700s roleplaying site and wanted to experiment with the featured threads widget, but I am running into problems where it begins to fade past a certain point. Does anyone know how to fix this? Attachments featuredtextfade.webp 10.4 KB · Views: 8
I run a little 1700s roleplaying site and wanted to experiment with the featured threads widget, but I am running into problems where it begins to fade past a certain point. Does anyone know how to fix this?
P Paul B XenForo moderator Staff member Jun 24, 2025 #2 Untested, but try this in the extra.less template: Less: .message--articlePreview .articlePreview-text .bbWrapper:after { background: none; } The browser inspector will help to identify code such as this. Upvote 0 Downvote
Untested, but try this in the extra.less template: Less: .message--articlePreview .articlePreview-text .bbWrapper:after { background: none; } The browser inspector will help to identify code such as this.
H Hobiehomecat Member Jun 24, 2025 #3 Paul B said: Untested, but try this in the extra.less template: Less: .message--articlePreview .articlePreview-text .bbWrapper:after { background: none; } The browser inspector will help to identify code such as this. View attachment 324039 Click to expand... Thank you Paul, that fixed it perfectly! Upvote 0 Downvote
Paul B said: Untested, but try this in the extra.less template: Less: .message--articlePreview .articlePreview-text .bbWrapper:after { background: none; } The browser inspector will help to identify code such as this. View attachment 324039 Click to expand... Thank you Paul, that fixed it perfectly!