XF 2.3 Featured text fading?

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
    featuredtextfade.webp
    10.4 KB · Views: 8
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.

1750771126210.webp
 
Back
Top Bottom