What Controls The First Post Preview Overlay Color?

DRE

Well-known member
Hi. I can't see the first post preview anymore after creating a transparent theme. How do I either change the opacity, the color or switch out the background that shows up when using the overlay so that I can see the words more clearly?

threaddescription.webp
 
Add this to EXTRA.css:
Code:
.primaryContent.previewContent {
background-color: orange !important;
}
Adjust the styling to suit.

Or you can do it in Style Properties -> Overlays and Tooltips
 
Top Bottom